Use new cmd for nix builds
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
Arnie 2024-10-21 11:41:47 +02:00
parent 438f83e217
commit 2b4fbf488a

View File

@ -28,7 +28,7 @@ steps:
- name: deps
path: /nix/store
commands:
- nix-build --argstr version ${DRONE_TAG} --argstr rev ${DRONE_COMMIT} .#image
- nix build --argstr version ${DRONE_TAG} --argstr rev ${DRONE_COMMIT} .#image
- name: publish
image: docker:dind
@ -87,6 +87,6 @@ services:
---
kind: signature
hmac: df9a2fb07428f545bc41b36d4c8b53e0e7223333f614e2d5d890a1adbd7f324b
hmac: 29d146340f366a0b0a1a104df3b9b703e483a35d94cc134f0050f10c306b8f85
...