From 0609bcc4122abbc5dca0f356b5de340f69d64dff Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Sun, 24 Aug 2025 14:29:41 -0300 Subject: [PATCH] feat: nix fmt formatter --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 63523a2..8d2cedc 100644 --- a/flake.nix +++ b/flake.nix @@ -85,6 +85,8 @@ ./style.nix ]; in { + formatter = forAllSystems ({pkgs, ...}: pkgs.alejandra); + nixosConfigurations = { "battleship" = nixpkgs.lib.nixosSystem rec { system = "x86_64-linux";