parts: remove unnecessarily complex formatter

This commit is contained in:
Charlie Root 2024-10-29 18:30:40 +01:00
commit b5c51ce76f
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
4 changed files with 56 additions and 53 deletions

View file

@ -1,12 +1,17 @@
{
description = "My NixOS config flake";
outputs = inputs:
outputs = inputs: let
pkgs = inputs.nixpkgs.legacyPackages.x86_64-linux;
in
inputs.flake-parts.lib.mkFlake {inherit inputs;} {
systems = ["x86_64-linux"];
imports = [
./hosts
./parts
];
flake = {
formatter.x86_64-linux = pkgs.alejandra;
};
};
inputs = {
# what am I doing to this config help