diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-25 18:10:34 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-08-29 17:47:16 +0200 |
commit | 40a140bd20c2637242341f1c5bc338d97337b16f (patch) | |
tree | b0ef239fa598b9e7c24945c452b48301b786164f /nix/nix.conf | |
parent | 71d4cf42f1971d18c4142a6bbc8fd05f484ca090 (diff) | |
download | garage-40a140bd20c2637242341f1c5bc338d97337b16f.tar.gz garage-40a140bd20c2637242341f1c5bc338d97337b16f.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 |