Loading pkgs/by-name/co/cosmic-term/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ fontconfig, freetype, libinput, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading Loading @@ -56,6 +57,15 @@ rustPlatform.buildRustPackage (finalAttrs: { "target/${stdenv.hostPlatform.rust.cargoShortTarget}/release/cosmic-term" ]; passthru.updateScript = nix-update-script { extraArgs = [ "--version" "unstable" "--version-regex" "epoch-(.*)" ]; }; meta = { homepage = "https://github.com/pop-os/cosmic-term"; description = "Terminal for the COSMIC Desktop Environment"; Loading Loading
pkgs/by-name/co/cosmic-term/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ fontconfig, freetype, libinput, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading Loading @@ -56,6 +57,15 @@ rustPlatform.buildRustPackage (finalAttrs: { "target/${stdenv.hostPlatform.rust.cargoShortTarget}/release/cosmic-term" ]; passthru.updateScript = nix-update-script { extraArgs = [ "--version" "unstable" "--version-regex" "epoch-(.*)" ]; }; meta = { homepage = "https://github.com/pop-os/cosmic-term"; description = "Terminal for the COSMIC Desktop Environment"; Loading