forked from DGNum/infrastructure
fix(wrappers/colmena): ensure purity of evaluation
This commit is contained in:
parent
cdc867fd59
commit
86a3811327
1 changed files with 1 additions and 1 deletions
|
@ -28,4 +28,4 @@ if [[ $1 == 'apply' ]]; then
|
|||
doChecks
|
||||
fi
|
||||
|
||||
exec @colmena@ "$@"
|
||||
exec @colmena@ --nix-option nix-path "" "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue