disable stupid caching

This commit is contained in:
Grigory Shipunov 2023-06-12 23:36:27 +02:00
parent 0a4320afac
commit 4c00e68ab2
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -3,6 +3,7 @@
nix = { nix = {
extraOptions = '' extraOptions = ''
experimental-features = nix-command flakes experimental-features = nix-command flakes
narinfo-cache-negative-ttl = 0
''; '';
}; };