Advertisement
Guest User

Untitled

a guest
Nov 26th, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. # WARNING: this file is generated from the nix.* options in
  2. # your NixOS configuration, typically
  3. # /etc/nixos/configuration.nix. Do not edit it!
  4. build-users-group = nixbld
  5. build-max-jobs = 1
  6. build-cores = 0
  7. build-use-sandbox = false
  8. build-sandbox-paths = /bin/sh=/nix/store/28wl3f34vfjpw0y5809bgr6382wqdscf-bash-4.3-p48/bin/bash /nix/store/28wl3f34vfjpw0y5809bgr6382wqdscf-bash-4.3-p48 /nix/store/jm1n87rp8vr90j9ahcrfzr57nc2r8vgf-glibc-2.24
  9. binary-caches = https://cache.nixos.org/
  10. trusted-binary-caches =
  11. binary-cache-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  12. signed-binary-caches = *
  13.  
  14. trusted-users = hydra-queue-runner
  15. allowed-users = *
  16. gc-keep-outputs = true
  17. gc-keep-derivations = true
  18.  
  19. # The default (`true') slows Nix down a lot since the build farm
  20. # has so many GC roots.
  21. gc-check-reachability = false
  22.  
  23. connect-timeout = 10
  24. build-timeout = 18000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement