Skip to content

Commit

Permalink
tests/nixos: disable nixos-option
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Dec 14, 2024
1 parent 7937d17 commit 52f0a5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 52f0a5d

Please sign in to comment.