From 5f6672cf7941b9a30731284f56402666aa362761 Mon Sep 17 00:00:00 2001 From: Histausse Date: Sat, 20 May 2023 22:35:05 +0200 Subject: [PATCH] ennable flake? --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f8913cd..782d098 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,8 +14,8 @@ pipeline: image: nixos/nix:latest pull: true commands: - - nix build - - nix build .#docker + - nix build --experimental-features 'nix-command flakes' + - nix build --experimental-features 'nix-command flakes' .#docker matrix: PYTHON_VERSION: