use native flakes on CI

This commit is contained in:
Cyryl Płotnicki 2022-11-08 16:36:28 +00:00
parent 0c7ea1426b
commit cdebb73c54

View file

@ -1,6 +1,7 @@
pipeline: pipeline:
check: check:
image: nixos/nix:latest image: nixpkgs/nix-flakes:latest
pull: true
commands: commands:
- nix-shell --pure --run 'nix --extra-experimental-features "flakes nix-command" flake info' - nix --no-sandbox flake info
- nix-shell --pure --run 'statix check' - nix --no-sandbox develop -c statix check