feat: nix fmt formatter

This commit is contained in:
Guz
2025-08-24 14:29:41 -03:00
parent 2a4ff14112
commit 0609bcc412

View File

@@ -85,6 +85,8 @@
./style.nix
];
in {
formatter = forAllSystems ({pkgs, ...}: pkgs.alejandra);
nixosConfigurations = {
"battleship" = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";