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

@ -8,6 +8,11 @@ in
inputs.utils.lib.eachDefaultSystem (system: {
pkgs = import inputs.nixpkgs {
inherit system overlays;
config.allowUnfree = true;
config = {
allowUnfree = true;
permittedInsecurePackages = [
"olm-3.2.16"
];
};
};
})