Add a formatter, which can be used by running "nix fmt"

Use nixpkgs-fmt because what it does closely aligns to this repos
already established conventions and it doesn't do weird stuff.

Also see:
https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-fmt.html
https://github.com/nix-community/nixpkgs-fmt
This commit is contained in:
June 2024-03-06 22:50:26 +01:00 committed by June
parent a5a994f87f
commit 71e1684f76
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -220,5 +220,7 @@
format = "proxmox"; format = "proxmox";
}; };
}; };
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;
}; };
} }