Loading pkgs/by-name/pa/passt/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , getconf , gitUpdater , testers , unixtools }: stdenv.mkDerivation (finalAttrs: { Loading @@ -30,6 +31,7 @@ stdenv.mkDerivation (finalAttrs: { passthru = { tests.version = testers.testVersion { package = finalAttrs.finalPackage; command = "${unixtools.script}/bin/script -c 'passt --version'"; }; updateScript = gitUpdater { Loading Loading
pkgs/by-name/pa/passt/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , getconf , gitUpdater , testers , unixtools }: stdenv.mkDerivation (finalAttrs: { Loading @@ -30,6 +31,7 @@ stdenv.mkDerivation (finalAttrs: { passthru = { tests.version = testers.testVersion { package = finalAttrs.finalPackage; command = "${unixtools.script}/bin/script -c 'passt --version'"; }; updateScript = gitUpdater { Loading