tests: Remove defaults.documentation.enable

Removed defaults.documentation.enable since it seems better to replicate
the environment as much as possible.

Also simplified specialArgs usage since we should never have to pass any
other args to the test machine.
This commit is contained in:
Donovan Glover 2024-09-01 13:35:45 -04:00
parent d1a7f76d4f
commit d188a89b6e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -2,13 +2,8 @@
self.inputs.nixpkgs.lib.nixos.runTest {
name = "neovim";
hostPkgs = pkgs;
defaults.documentation.enable = pkgs.lib.mkDefault false;
node.specialArgs = {
nix-config = self;
};
node.specialArgs.nix-config = self;
nodes.machine =
{ nix-config, ... }: