diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-09 12:24:11 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-09 12:24:11 +0200 |
commit | be0d7a7ccc46b7a847ef483f83759f8c9b790a1e (patch) | |
tree | ac1d2ec9e6fd79eb71bbb68f29cc453ab9d0abcd /cluster/prod/app/drone-ci/integration/nix.conf | |
parent | b23218a7f6056d623f57dc4a06f0953252829fed (diff) | |
download | nixcfg-be0d7a7ccc46b7a847ef483f83759f8c9b790a1e.tar.gz nixcfg-be0d7a7ccc46b7a847ef483f83759f8c9b790a1e.zip |
Drone integration files for new version (Nix runners)
Diffstat (limited to 'cluster/prod/app/drone-ci/integration/nix.conf')
-rw-r--r-- | cluster/prod/app/drone-ci/integration/nix.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cluster/prod/app/drone-ci/integration/nix.conf b/cluster/prod/app/drone-ci/integration/nix.conf new file mode 100644 index 0000000..debea69 --- /dev/null +++ b/cluster/prod/app/drone-ci/integration/nix.conf @@ -0,0 +1,9 @@ +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 = 0 +log-lines = 200 +filter-syscalls = true +sandbox = true +keep-outputs = true +keep-derivations = true |