Skip to content

Commit

Permalink
fix(nix): turn off auto-optimise-store on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Sep 12, 2024
1 parent 34180f3 commit 4342d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shared/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

settings = {
experimental-features = "nix-command flakes";
auto-optimise-store = true;
auto-optimise-store = !pkgs.stdenv.isDarwin;
warn-dirty = false;
extra-platforms = [
"x86_64-darwin"
Expand Down

0 comments on commit 4342d9d

Please sign in to comment.