mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Fix the VM tests
Work around https://github.com/NixOS/nixpkgs/issues/271146 until we can depend on a Nixpkgs version containing https://github.com/NixOS/nixpkgs/pull/271423
This commit is contained in:
parent
dfc0cee702
commit
589fb105f3
2 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,7 @@ let
|
|||
hostPkgs = nixpkgsFor.${system}.native;
|
||||
defaults = {
|
||||
nixpkgs.pkgs = nixpkgsFor.${system}.native;
|
||||
nix.checkAllErrors = false;
|
||||
};
|
||||
_module.args.nixpkgs = nixpkgs;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue