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 image: nixpkgs/nix-flakes:latest
pull: true pull: true
commands: commands:
- nix --no-sandbox flake metadata - time nix flake metadata
- nix --no-sandbox develop --eval-store ./nix-store -c statix check ./nixos - time nix develop -c statix check ./nixos
- nix --no-sandbox flake check --eval-store ./nix-store - time nix flake check
notify: notify:
image: drillster/drone-email image: drillster/drone-email