Loading pkgs/top-level/make-tarball.nix +0 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ { nixpkgs , officialRelease , supportedSystems , pkgs ? import nixpkgs.outPath {} , nix ? pkgs.nix , lib-tests ? import ../../lib/tests/release.nix { inherit pkgs; } Loading pkgs/top-level/release-small.nix +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ in { tarball = import ./make-tarball.nix { inherit nixpkgs supportedSystems; inherit nixpkgs; officialRelease = false; }; Loading pkgs/top-level/release.nix +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ let ] (arch: elem "${arch}-darwin" supportedSystems); nonPackageJobs = { tarball = import ./make-tarball.nix { inherit pkgs nixpkgs officialRelease supportedSystems; }; { tarball = import ./make-tarball.nix { inherit pkgs nixpkgs officialRelease; }; release-checks = import ./nixpkgs-basic-release-checks.nix { inherit pkgs nixpkgs supportedSystems; }; Loading Loading
pkgs/top-level/make-tarball.nix +0 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ { nixpkgs , officialRelease , supportedSystems , pkgs ? import nixpkgs.outPath {} , nix ? pkgs.nix , lib-tests ? import ../../lib/tests/release.nix { inherit pkgs; } Loading
pkgs/top-level/release-small.nix +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ in { tarball = import ./make-tarball.nix { inherit nixpkgs supportedSystems; inherit nixpkgs; officialRelease = false; }; Loading
pkgs/top-level/release.nix +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ let ] (arch: elem "${arch}-darwin" supportedSystems); nonPackageJobs = { tarball = import ./make-tarball.nix { inherit pkgs nixpkgs officialRelease supportedSystems; }; { tarball = import ./make-tarball.nix { inherit pkgs nixpkgs officialRelease; }; release-checks = import ./nixpkgs-basic-release-checks.nix { inherit pkgs nixpkgs supportedSystems; }; Loading