Skip to content

Commit

Permalink
fix(nix): Fix auto-optimise-store option
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jan 7, 2025
1 parent 9fa2696 commit 0d5d80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix-conf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
keep-outputs = true;
keep-derivations = true;
auto-optimise-store = if isLinux then
"true"
true
else
"false"; # https://github.com/NixOS/nix/issues/7273
false; # https://github.com/NixOS/nix/issues/7273

experimental-features = "nix-command flakes";
extra-substituters = [
Expand Down

0 comments on commit 0d5d80b

Please sign in to comment.