1
0
Fork 0

disable eval caching for nix expressions (workaround for evaluation errors also getting cached)

This commit is contained in:
Pratham Patel 2024-04-18 09:22:00 +05:30
parent 617392165a
commit 179468c67a
Signed by: thefossguy
SSH Key Fingerprint: SHA256:HwRBy9H1FYXWcv/Qi1WY3kmcVtGz2ydZuPJgD4pkusY
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
settings = {
auto-optimise-store = true;
eval-cache = false;
experimental-features = [ "nix-command" "flakes" ];
keep-going = false;
log-lines = 9999;