diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75db5fe10..65929f501 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,8 +17,8 @@ node dependencies: - nix build -o node-dependencies .#uniworxNodeDependencies before_script: - install -m 0644 .gitlab-ci/nix-bootstrap.conf /etc/nix/nix.conf - - nix-env -f '' -iA envsubst nixUnstable git coreutils - - nix-env -e busybox + - nix-channel --update + - nix-env -f '' -riA envsubst nixUnstable git coreutils - envsubst -i .gitlab-ci/nix.conf -o /etc/nix/nix.conf - git config --global init.defaultBranch master - install -v -m 0700 -d ~/.ssh