diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-25 18:10:34 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-26 18:27:52 +0200 |
commit | fcb04843f7619d767c3c865e4795fb3468653e28 (patch) | |
tree | 29e4741955338aaf8cd32ee4175ae42194b2803c /nix/nix.conf | |
parent | 5fb858424793de8dc35dce8deaa8981a384e064f (diff) | |
download | garage-fcb04843f7619d767c3c865e4795fb3468653e28.tar.gz garage-fcb04843f7619d767c3c865e4795fb3468653e28.zip |
Run clippy in nix, leveraging nix caching ability
Diffstat (limited to 'nix/nix.conf')
-rw-r--r-- | nix/nix.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/nix.conf b/nix/nix.conf index de2ede71..6abf96b3 100644 --- a/nix/nix.conf +++ b/nix/nix.conf @@ -1,7 +1,7 @@ substituters = https://cache.nixos.org https://nix.web.deuxfleurs.fr trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix.web.deuxfleurs.fr:eTGL6kvaQn6cDR/F9lDYUIP9nCVR/kkshYfLDJf1yKs= max-jobs = auto -cores = 4 +cores = 0 log-lines = 200 filter-syscalls = false sandbox = false |