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:
@@ -118,7 +118,7 @@ in
|
|||||||
nix.settings.experimental-features = [
|
nix.settings.experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
"ca-derivations"
|
# "ca-derivations"
|
||||||
# "blake3-hashes"
|
# "blake3-hashes"
|
||||||
# "git-hashing"
|
# "git-hashing"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user