Loading pkgs/tools/package-management/nix/common.nix +7 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,7 @@ in # passthru tests , pkgsi686Linux , runCommand , pkgs }: let self = stdenv.mkDerivation { pname = "nix"; Loading Loading @@ -278,6 +279,12 @@ self = stdenv.mkDerivation { fi touch $out ''; /** Intended to test `lib`, but also a good smoke test for Nix */ nixpkgs-lib = import ../../../../lib/tests/test-with-nix.nix { inherit lib pkgs; nix = self; }; }; }; Loading Loading
pkgs/tools/package-management/nix/common.nix +7 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,7 @@ in # passthru tests , pkgsi686Linux , runCommand , pkgs }: let self = stdenv.mkDerivation { pname = "nix"; Loading Loading @@ -278,6 +279,12 @@ self = stdenv.mkDerivation { fi touch $out ''; /** Intended to test `lib`, but also a good smoke test for Nix */ nixpkgs-lib = import ../../../../lib/tests/test-with-nix.nix { inherit lib pkgs; nix = self; }; }; }; Loading