ci: try nix-env
This commit is contained in:
parent
e9941ddfdd
commit
e53050aa11
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ update:
|
||||||
# load nix environment
|
# load nix environment
|
||||||
- git pull origin $CI_COMMIT_REF_NAME
|
- git pull origin $CI_COMMIT_REF_NAME
|
||||||
- . "$HOME/.nix-profile/etc/profile.d/nix.sh"
|
- . "$HOME/.nix-profile/etc/profile.d/nix.sh"
|
||||||
- nix-shell -p colmena
|
- nix-env -iA colmena
|
||||||
|
|
||||||
.scripts_deploy: &scripts_deploy
|
.scripts_deploy: &scripts_deploy
|
||||||
# setup ssh key
|
# setup ssh key
|
||||||
|
|
Loading…
Reference in a new issue