chore(gitlab-ci): ...
This commit is contained in:
parent
8a0f7ffaab
commit
c63ed968e2
@ -16,7 +16,7 @@ node dependencies:
|
||||
script:
|
||||
- nix build -o node-dependencies uniworxNodeDependencies
|
||||
before_script:
|
||||
- nix-env -iA envsubst
|
||||
- nix-env -f '<nixpkgs>' -iA envsubst
|
||||
- envsubst -i .gitlab-ci/nix.conf -o /etc/nix/nix.conf
|
||||
artifacts:
|
||||
paths:
|
||||
|
||||
@ -1 +1,5 @@
|
||||
sandbox = true
|
||||
sandbox = true
|
||||
experimental-features = nix-command flakes ca-references
|
||||
substituters = https://hydra.iohk.io https://cache.nixos.org/
|
||||
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
|
||||
require-sigs = true
|
||||
Loading…
Reference in New Issue
Block a user