try ci with defualt settings

This commit is contained in:
Cyryl Płotnicki 2022-12-21 15:07:53 +00:00
parent 03dfa2faef
commit e67fe0255a

View file

@ -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