1
0
Fork 0
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:
Jörg Thalheim 2024-12-09 16:03:36 +01:00
parent 2512619cb6
commit 20ee83fffd

View file

@ -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;