templates/minimal-flake-parts: add formatter

This commit is contained in:
a-kenji
2024-11-09 23:08:14 +01:00
parent 78d0e47b16
commit 2db166975e
2 changed files with 11 additions and 1 deletions

View File

@@ -8,7 +8,6 @@
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
};
outputs =
@@ -27,6 +26,7 @@
./checks.nix
./clan.nix
./devshells.nix
./formatter.nix
];
}
);