From e67fe0255a701084d9d567ae6e9642abfb5bf48a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Wed, 21 Dec 2022 15:07:53 +0000 Subject: [PATCH] try ci with defualt settings --- .woodpecker/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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