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:
parent
449e4b9232
commit
6558025e77
4 changed files with 30 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue