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";