ci: condense pipelines

This commit is contained in:
notohh 2023-06-18 18:11:15 -04:00
parent ad244e3b8d
commit 3fadc82320
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 5 additions and 6 deletions

View file

@ -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:

View file

@ -1,6 +0,0 @@
pipeline:
flakecheck:
image: nixos/nix
commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
- nix flake check