chore(deps): update nixos/nix docker tag to v2.21.2
This commit is contained in:
parent
321a6ca0fe
commit
a8452f3ae1
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ before_script:
|
||||||
|
|
||||||
ci:
|
ci:
|
||||||
stage: ci
|
stage: ci
|
||||||
image: nixos/nix:2.21.1
|
image: nixos/nix:2.21.2
|
||||||
script:
|
script:
|
||||||
# Cache the inputs required for the devShell
|
# Cache the inputs required for the devShell
|
||||||
- ./bin/nix-build-and-cache .#devShells.x86_64-linux.default.inputDerivation
|
- ./bin/nix-build-and-cache .#devShells.x86_64-linux.default.inputDerivation
|
||||||
|
@ -79,7 +79,7 @@ ci:
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
stage: artifacts
|
stage: artifacts
|
||||||
image: nixos/nix:2.21.1
|
image: nixos/nix:2.21.2
|
||||||
script:
|
script:
|
||||||
- ./bin/nix-build-and-cache .#static-x86_64-unknown-linux-musl
|
- ./bin/nix-build-and-cache .#static-x86_64-unknown-linux-musl
|
||||||
- cp result/bin/conduit x86_64-unknown-linux-musl
|
- cp result/bin/conduit x86_64-unknown-linux-musl
|
||||||
|
|
Loading…
Add table
Reference in a new issue