add flake check

This commit is contained in:
Cyryl Płotnicki 2022-12-04 00:10:43 +00:00
parent b94ed99932
commit 1fc78fc965

View file

@ -6,4 +6,5 @@ pipeline:
commands: commands:
- nix --no-sandbox flake metadata - nix --no-sandbox flake metadata
- nix --no-sandbox develop --eval-store ./nix-store -c statix check ./nixos - nix --no-sandbox develop --eval-store ./nix-store -c statix check ./nixos
- nix --no-sandbox flake check --eval-store ./nix-store