feat: cleaning up...

This commit is contained in:
Kat Inskip 2024-10-09 10:58:02 -04:00
parent 7b767c1ebe
commit cf0cee7937
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
14 changed files with 103 additions and 89 deletions

View file

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