Skip to content

Commit 3b93421

Browse files
committed
darwin01: test auto-optimise-store
1 parent 02566f7 commit 3b93421

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

hosts/darwin01/default.nix

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ inputs, ... }:
1+
{ inputs, pkgs, ... }:
22

33
{
44
imports = [
@@ -17,4 +17,10 @@
1717
nix.settings.system-features = [ "big-parallel" ];
1818

1919
system.stateVersion = 5;
20+
21+
# test auto-optimise-store fix
22+
# https://gerrit.lix.systems/c/lix/+/2100
23+
nix.package = pkgs.lix;
24+
nix.optimise.automatic = false;
25+
nix.settings.auto-optimise-store = pkgs.lib.mkForce true;
2026
}

0 commit comments

Comments
 (0)