mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
feat: cleaning up...
This commit is contained in:
parent
7b767c1ebe
commit
cf0cee7937
14 changed files with 103 additions and 89 deletions
7
pkgs.nix
7
pkgs.nix
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue