feat(hive.nix): Optimise the store
This commit is contained in:
parent
351a31ea92
commit
e2d9296b9d
1 changed files with 1 additions and 0 deletions
1
hive.nix
1
hive.nix
|
@ -20,6 +20,7 @@ let
|
|||
|
||||
# Set NIX_PATH to the patched version of nixpkgs
|
||||
nix.nixPath = [ "nixpkgs=${mkNixpkgs node}" ];
|
||||
nix.optimise.automatic = true;
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
Loading…
Reference in a new issue