tests, example: avoid lengthy documentation build
This options manual rebuild takes 30-60s and is triggered by the extra NixOS options defined by nix-bitcoin.
This commit is contained in:
@@ -29,6 +29,9 @@ rec {
|
||||
# For faster startup in offline VMs
|
||||
services.clightning.extraConfig = "disable-dns";
|
||||
|
||||
# Avoid lengthy build of the nixos manual
|
||||
documentation.nixos.enable = false;
|
||||
|
||||
nixpkgs.pkgs = pkgs;
|
||||
services.getty.autologinUser = "root";
|
||||
nix.nixPath = [ "nixpkgs=${nixpkgs}" ];
|
||||
|
||||
Reference in New Issue
Block a user