ci: condense pipelines
This commit is contained in:
parent
ad244e3b8d
commit
3fadc82320
2 changed files with 5 additions and 6 deletions
|
@ -1,4 +1,9 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
|
check:
|
||||||
|
image: nixos/nix
|
||||||
|
commands:
|
||||||
|
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||||
|
- nix flake check
|
||||||
fmt:
|
fmt:
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
|
@ -1,6 +0,0 @@
|
||||||
pipeline:
|
|
||||||
flakecheck:
|
|
||||||
image: nixos/nix
|
|
||||||
commands:
|
|
||||||
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
|
||||||
- nix flake check
|
|
Loading…
Reference in a new issue