chore(gitlab-ci): include stdenv contd

This commit is contained in:
Sarah Vaupel 2024-01-17 10:16:00 +01:00
parent 9c59ef26af
commit 994aa43b19

View File

@ -42,7 +42,7 @@ node modules:
- .npm
- node_modules
script:
- "nix shell .#stdenv/make .#gup .#nodejs_21 --command make node_modules"
- "nix shell .#stdenv .#gup .#nodejs_21 --command make node_modules"
before_script: &nix-before
- git config --global init.defaultBranch master
- install -v -m 0700 -d ~/.ssh