File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
nix/metal/bitteProfile/buildkite Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 429429 } ;
430430 } ;
431431
432+ # The buildkite host machine will need to be deployed twice before
433+ # the /cache directory will be properly owned since the first deployment
434+ # will have the activation run before the buildkite-agent-iohk user
435+ # exists.
432436 system . activationScripts . cacheDir = {
433437 text = ''
434438 mkdir -p /cache
Original file line number Diff line number Diff line change 1- { ...} : {
1+ { lib , ...} : {
22 nix = {
3+ # To avoid build problems in containers
34 sandboxPaths = [ "/etc/nsswitch.conf" "/etc/protocols" ] ;
5+
6+ # To avoid interactive prompts on flake nix config declarations
7+ extraOptions = lib . mkForce ''
8+ accept-flake-config = true
9+ '' ;
410 } ;
511}
You can’t perform that action at this time.
0 commit comments