From bd6d9fa6693234215ce341f2b04ac84f5ab19f37 Mon Sep 17 00:00:00 2001 From: Arnie Date: Mon, 21 Oct 2024 11:41:47 +0200 Subject: [PATCH] Use new cmd for nix builds --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a313881..15b0fc7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: - name: deps path: /nix/store commands: - - nix-build --argstr version ${DRONE_TAG} --argstr rev ${DRONE_COMMIT} .#image + - nix --extra-experimental-features nix-command --extra-experimental-features flakes 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: d7661646dc7a9b4c508940b7fdd99a807ff5c405b1f79cf756f54343b9b35106 ...