mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/build-vm.nix: Fix docs eval
Quick fix. Might be possible to provide `extendModules`?
This commit is contained in:
parent
43d5b318d8
commit
8a552994d8
1 changed files with 3 additions and 0 deletions
|
@ -52,4 +52,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# uses extendModules
|
||||||
|
meta.buildDocsInSandbox = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue