lol

wayidle: remove with lib

kyehn 80de42ba b131c659

+3 -3
+3 -3
pkgs/by-name/wa/wayidle/package.nix
··· 17 17 18 18 cargoHash = "sha256-rpmMUrVobYa9mGERJnhGsvebzWbuL+51VeuXKUIFdwg="; 19 19 20 - meta = with lib; { 20 + meta = { 21 21 description = "Execute a program when a Wayland compositor reports being N seconds idle"; 22 22 homepage = "https://git.sr.ht/~whynothugo/wayidle"; 23 - license = licenses.isc; 23 + license = lib.licenses.isc; 24 24 maintainers = [ ]; 25 25 mainProgram = "wayidle"; 26 - platforms = platforms.linux; 26 + platforms = lib.platforms.linux; 27 27 }; 28 28 })