diff --git a/.woodpecker.yml b/.woodpecker.yml index ce52f481..8fd9d44a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,7 @@ pipeline: check: - image: nixos/nix:latest + image: nixpkgs/nix-flakes:latest + pull: true commands: - - nix-shell --pure --run 'nix --extra-experimental-features "flakes nix-command" flake info' - - nix-shell --pure --run 'statix check' + - nix --no-sandbox flake info + - nix --no-sandbox develop -c statix check