6 lines
173 B
YAML
6 lines
173 B
YAML
pipeline:
|
|
fmt:
|
|
image: nixos/nix
|
|
commands:
|
|
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
|
- nix run nixpkgs#alejandra -- -c .
|