Loading pkgs/by-name/po/podman-desktop/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -27,14 +27,14 @@ stdenv.mkDerivation (finalAttrs: { passthru.updateScript = _experimental-update-script-combinators.sequence [ (nix-update-script { }) (lib.getExe (writeShellApplication { name = "${finalAttrs.pname}-dependencies-updater"; name = "podman-desktop-dependencies-updater"; runtimeInputs = [ nix jq gnugrep ]; runtimeEnv = { PNAME = finalAttrs.pname; PNAME = "podman-desktop"; PKG_FILE = builtins.toString ./package.nix; }; text = '' Loading Loading
pkgs/by-name/po/podman-desktop/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -27,14 +27,14 @@ stdenv.mkDerivation (finalAttrs: { passthru.updateScript = _experimental-update-script-combinators.sequence [ (nix-update-script { }) (lib.getExe (writeShellApplication { name = "${finalAttrs.pname}-dependencies-updater"; name = "podman-desktop-dependencies-updater"; runtimeInputs = [ nix jq gnugrep ]; runtimeEnv = { PNAME = finalAttrs.pname; PNAME = "podman-desktop"; PKG_FILE = builtins.toString ./package.nix; }; text = '' Loading