use native flakes on CI
This commit is contained in:
parent
0c7ea1426b
commit
cdebb73c54
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue