1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

Fix eval remoteBuilds_*_2_13

This commit is contained in:
Robert Hensing 2024-06-03 17:00:48 +02:00
parent 449e4b9232
commit 6558025e77
4 changed files with 30 additions and 4 deletions

View file

@ -129,7 +129,7 @@ in
};
# System tests.
tests = import ../tests/nixos { inherit lib nixpkgs nixpkgsFor; } // {
tests = import ../tests/nixos { inherit lib nixpkgs nixpkgsFor self; } // {
# Make sure that nix-env still produces the exact same result
# on a particular version of Nixpkgs.