commit | 087b2f65e2b53f3f1c03a34e903b7ec50a17ead8 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Mon May 23 17:32:12 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Mon May 23 17:32:12 2022 +0100 |
tree | eb2d67ad8b882fe48a25a3e4e442563eecf27052 | |
parent | 2c395d3629772f5d61adc1616b260076cedd5949 [diff] |
Automatically optimize the nix store incrementally
diff --git a/src/system.nix b/src/system.nix index 2058d3b..acf7a97 100644 --- a/src/system.nix +++ b/src/system.nix
@@ -10,6 +10,7 @@ package = pkgs.nixFlakes; extraOptions = '' experimental-features = nix-command flakes + auto-optimise-store = true ''; };