diff options
| author | Grigory Shipunov | 2023-06-12 23:36:27 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-06-12 23:36:27 +0200 |
| commit | 4c00e68ab2f8f440a7bb1bc9c2e3c759fef4ee51 (patch) | |
| tree | ff214a819e8ef21f3f1053155b90f277ccb6b5a1 | |
| parent | 0a4320afac500114eced8580037c3e565bef679e (diff) | |
disable stupid caching
| -rw-r--r-- | modules/basic-tools/nix.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/basic-tools/nix.nix b/modules/basic-tools/nix.nix index 990bd0a..0b1b8ea 100644 --- a/modules/basic-tools/nix.nix +++ b/modules/basic-tools/nix.nix @@ -2,7 +2,8 @@ nix = { extraOptions = '' - experimental-features = nix-command flakes + experimental-features = nix-command flakes + narinfo-cache-negative-ttl = 0 ''; }; |
