try ci with defualt settings
This commit is contained in:
parent
03dfa2faef
commit
e67fe0255a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue