chore(gitlab-ci): ...

This commit is contained in:
Gregor Kleen 2021-09-23 09:48:05 +02:00
parent 7b713b47d0
commit a03b1a5be4

View File

@ -26,6 +26,8 @@ stages:
node dependencies:
stage: frontend:build
script:
- echo "${FLAKE}"
- curl -v -o /dev/null "${FLAKE}"
- nix -L build -o result "${FLAKE}#uniworxNodeDependencies"
- nix-store --export $(nix-store -qR result) | xz -T0 -2 > node-dependencies.nar.xz
before_script: &nix-before