Update .gitlab-ci.yml file
This commit is contained in:
parent
5c33399d97
commit
452f33baa8
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ sync_repos:
|
|||
|
||||
.scripts_base: &scripts_base
|
||||
# load nix environment
|
||||
- echo $CI_COMMIT_REF_NAME
|
||||
- git pull origin $CI_COMMIT_REF_NAME
|
||||
- . "$HOME/.nix-profile/etc/profile.d/nix.sh"
|
||||
- nix --extra-experimental-features 'nix-command flakes' profile install nixpkgs#colmena
|
||||
|
|
Loading…
Reference in a new issue