nix: fix nix-cache builds on MacOS
symlink from /opt/nix requires this setting Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
684630e022
commit
fe7f6c87ab
|
@ -2,6 +2,8 @@ pipeline {
|
||||||
agent { label params.AGENT_LABEL }
|
agent { label params.AGENT_LABEL }
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
|
/* See nix/README.md */
|
||||||
|
NIX_IGNORE_SYMLINK_STORE = 1
|
||||||
/* we source .bash_profile to be able to use nix-store */
|
/* we source .bash_profile to be able to use nix-store */
|
||||||
NIX_SSHOPTS = "-o StrictHostKeyChecking=no source .bash_profile;"
|
NIX_SSHOPTS = "-o StrictHostKeyChecking=no source .bash_profile;"
|
||||||
/* where our /nix/store is hosted */
|
/* where our /nix/store is hosted */
|
||||||
|
|
Loading…
Reference in New Issue