Loading pkgs/by-name/co/cosmic-greeter/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ udev, coreutils, xkeyboard_config, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading Loading @@ -68,6 +69,15 @@ rustPlatform.buildRustPackage (finalAttrs: { ) ''; passthru.updateScript = nix-update-script { extraArgs = [ "--version" "unstable" "--version-regex" "epoch-(.*)" ]; }; meta = { homepage = "https://github.com/pop-os/cosmic-greeter"; description = "Greeter for the COSMIC Desktop Environment"; Loading Loading
pkgs/by-name/co/cosmic-greeter/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ udev, coreutils, xkeyboard_config, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading Loading @@ -68,6 +69,15 @@ rustPlatform.buildRustPackage (finalAttrs: { ) ''; passthru.updateScript = nix-update-script { extraArgs = [ "--version" "unstable" "--version-regex" "epoch-(.*)" ]; }; meta = { homepage = "https://github.com/pop-os/cosmic-greeter"; description = "Greeter for the COSMIC Desktop Environment"; Loading