From fcfe08e9c67d76b61127792dfb1112b92fa17c0c Mon Sep 17 00:00:00 2001 From: mat ess Date: Wed, 19 Oct 2022 19:18:08 -0400 Subject: [PATCH] Update build command --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e5da165..fdb6a78 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,11 @@ steps: - name: result path: ./result/ commands: - - nix --experimental-features nix-command --experimental-features flakes build + - > + nix + --extra-experimental-features nix-command + --extra-experimental-features flakes + build - name: netlify deploy image: lucap/netlify