From e2d9296b9dbc9c41e4a408a4efc6bee7b20568ad Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Thu, 30 Nov 2023 17:55:07 +0100 Subject: [PATCH] feat(hive.nix): Optimise the store --- hive.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hive.nix b/hive.nix index c38c402..6e49eb7 100644 --- a/hive.nix +++ b/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;