feat(hive.nix): Optimise the store

This commit is contained in:
Tom Hubrecht 2023-11-30 17:55:07 +01:00
parent 351a31ea92
commit e2d9296b9d

View file

@ -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;