Update nix/noninteractive.nix
This commit is contained in:
parent
c48cb331ea
commit
35ce9a23d5
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@
|
||||||
# among others, this prevents carrying a stdenv with gcc in the image
|
# among others, this prevents carrying a stdenv with gcc in the image
|
||||||
system.extraDependencies = lib.mkForce [];
|
system.extraDependencies = lib.mkForce [];
|
||||||
|
|
||||||
# prevents texinfoInteractive
|
|
||||||
documentation.enable = lib.mkForce false;
|
|
||||||
|
|
||||||
# prevents shipping nixpkgs, unnecessary if system is evaluated externally
|
# prevents shipping nixpkgs, unnecessary if system is evaluated externally
|
||||||
nix.registry = lib.mkForce {};
|
nix.registry = lib.mkForce {};
|
||||||
|
|
Loading…
Reference in a new issue