diff --git a/flake.lock b/flake.lock index d684d7196..b9e79f621 100644 --- a/flake.lock +++ b/flake.lock @@ -106,11 +106,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1780020239, - "narHash": "sha256-ik+V883hTc6GG7TzjxMdhEoMV0hCbQPfsRtNsB1qWUQ=", + "lastModified": 1783770249, + "narHash": "sha256-K8pGvFito5dp9T0+clr60q+bJPGEskK75aAJ39w7HBM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c85dc29a9bcafa665b8ce0654ca019cdb05e63c6", + "rev": "62463162b3ce92919f19ada41a70a0d943a08da8", "type": "github" }, "original": { diff --git a/tests/nixpkgs/lib.nix b/tests/nixpkgs/lib.nix index 45badef4d..14f447d12 100644 --- a/tests/nixpkgs/lib.nix +++ b/tests/nixpkgs/lib.nix @@ -61,7 +61,7 @@ symlinkJoin { ) ] ++ optionals stdenv.isLinux [ - ((pkgs.callPackage (nixpkgs + "/ci/eval") { inherit nix; } { }).attrpathsSuperset { + ((pkgs.callPackage (nixpkgs + "/ci/eval") { inherit nix; } { }).preEval { evalSystem = system; }) ]