diff options
author | Alan Pearce | 2023-10-09 20:22:55 +0200 |
---|---|---|
committer | Alan Pearce | 2023-10-09 20:22:55 +0200 |
commit | 740eaab14520a770c859861a3e8545958e923b26 (patch) | |
tree | 44133d050ae23214c939b24303c69ae8004deba9 | |
parent | 6815e6f2765af2dc7e72f9250f73e0005ae9cd2d (diff) | |
download | nixfiles-740eaab14520a770c859861a3e8545958e923b26.tar.lz nixfiles-740eaab14520a770c859861a3e8545958e923b26.tar.zst nixfiles-740eaab14520a770c859861a3e8545958e923b26.zip |
mba: fix nix issue with random links with auto-optimise-store
-rw-r--r-- | system/mba.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/mba.nix b/system/mba.nix index f724dc4f..6ab2300e 100644 --- a/system/mba.nix +++ b/system/mba.nix @@ -23,7 +23,7 @@ nix.settings = { max-jobs = 8; cores = 4; - auto-optimise-store = true; + auto-optimise-store = false; # https://github.com/NixOS/nix/issues/7273 }; nix.buildMachines = [ |