From 740eaab14520a770c859861a3e8545958e923b26 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 9 Oct 2023 20:22:55 +0200 Subject: mba: fix nix issue with random links with auto-optimise-store --- system/mba.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ -- cgit 1.4.1