Enable expiremental nix commands
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
Arnie 2024-10-21 12:11:23 +02:00
parent 2b4fbf488a
commit 89356078fe

View File

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