Disable ca-derivations.

Seeing if this is what is causing all my issues with files/directories in the nix store going missing.
This commit is contained in:
Tom Alexander
2026-08-10 15:27:18 -04:00
parent 27b5c0c9ab
commit 0e231428df

View File

@@ -118,7 +118,7 @@ in
nix.settings.experimental-features = [
"nix-command"
"flakes"
"ca-derivations"
# "ca-derivations"
# "blake3-hashes"
# "git-hashing"
];