Loading pkgs/build-support/testers/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -71,8 +71,7 @@ # See https://nixos.org/manual/nixpkgs/unstable/#tester-testEqualArrayOrMap # or doc/build-helpers/testers.chapter.md # NOTE: Must be `import`-ed rather than `callPackage`-d to preserve the `override` attribute. testEqualArrayOrMap = import ./testEqualArrayOrMap { inherit lib stdenvNoCC; }; testEqualArrayOrMap = callPackage ./testEqualArrayOrMap { }; # See https://nixos.org/manual/nixpkgs/unstable/#tester-testVersion # or doc/build-helpers/testers.chapter.md Loading pkgs/build-support/testers/testEqualArrayOrMap/default.nix +0 −1 Original line number Diff line number Diff line # NOTE: Must be `import`-ed rather than `callPackage`-d to preserve the `override` attribute. { lib, stdenvNoCC, Loading Loading
pkgs/build-support/testers/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -71,8 +71,7 @@ # See https://nixos.org/manual/nixpkgs/unstable/#tester-testEqualArrayOrMap # or doc/build-helpers/testers.chapter.md # NOTE: Must be `import`-ed rather than `callPackage`-d to preserve the `override` attribute. testEqualArrayOrMap = import ./testEqualArrayOrMap { inherit lib stdenvNoCC; }; testEqualArrayOrMap = callPackage ./testEqualArrayOrMap { }; # See https://nixos.org/manual/nixpkgs/unstable/#tester-testVersion # or doc/build-helpers/testers.chapter.md Loading
pkgs/build-support/testers/testEqualArrayOrMap/default.nix +0 −1 Original line number Diff line number Diff line # NOTE: Must be `import`-ed rather than `callPackage`-d to preserve the `override` attribute. { lib, stdenvNoCC, Loading