feat: deduplicate flake lock, set up treefmt-nix

This commit is contained in:
Kat Inskip 2025-07-13 05:01:34 -07:00
parent 66d18b0a49
commit 7913481b66
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
15 changed files with 830 additions and 876 deletions

View file

@ -1,15 +0,0 @@
{
inputs,
tree,
...
}: {
nixpkgs = {
overlays = import tree.overlays {inherit inputs tree;};
config = {
allowUnfree = true;
permittedInsecurePackages = [
"olm-3.2.16"
];
};
};
}