diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 36de7bf8..03132e3e 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -4,9 +4,9 @@ pipeline: image: nixpkgs/nix-flakes:latest pull: true commands: - - nix --no-sandbox flake metadata - - nix --no-sandbox develop --eval-store ./nix-store -c statix check ./nixos - - nix --no-sandbox flake check --eval-store ./nix-store + - time nix flake metadata + - time nix develop -c statix check ./nixos + - time nix flake check notify: image: drillster/drone-email