mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
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:
parent
d1a7f76d4f
commit
d188a89b6e
@ -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, ... }:
|
||||
|
Loading…
Reference in New Issue
Block a user