mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
tests/nixos: disable nixos-option
This commit is contained in:
parent
2512619cb6
commit
20ee83fffd
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ let
|
|||
|
||||
# Evaluate VMs faster
|
||||
documentation.enable = false;
|
||||
# this links against nix and might break with our git version.
|
||||
system.tools.nixos-option.enable = false;
|
||||
};
|
||||
_module.args.nixpkgs = nixpkgs;
|
||||
_module.args.system = system;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue