mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-06 10:40:48 +00:00
Allowed Insecure Package olm
This commit is contained in:
parent
0d092238f3
commit
d3c9aede33
|
|
@ -180,6 +180,7 @@
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
"electron-27.3.11"
|
"electron-27.3.11"
|
||||||
|
"olm-3.2.16"
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.vim = {
|
programs.vim = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue