2023-06-18 18:27:22 -04:00
|
|
|
variables:
|
|
|
|
- &when_path
|
|
|
|
- "*.nix"
|
|
|
|
|
2023-06-17 13:39:14 -04:00
|
|
|
pipeline:
|
2023-06-18 18:11:15 -04:00
|
|
|
check:
|
|
|
|
image: nixos/nix
|
|
|
|
commands:
|
|
|
|
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
|
|
|
- nix flake check
|
2023-06-18 18:27:22 -04:00
|
|
|
when:
|
|
|
|
path: *when_path
|
2023-06-17 13:40:39 -04:00
|
|
|
fmt:
|
2023-06-17 13:39:14 -04:00
|
|
|
image: nixos/nix
|
|
|
|
commands:
|
|
|
|
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
|
|
|
- nix run nixpkgs#alejandra -- -c .
|
2023-06-18 18:27:22 -04:00
|
|
|
when:
|
|
|
|
path: *when_path
|