logseq: need to permit insecure electron_27
This commit is contained in:
parent
87dc330a7a
commit
61c55cedbc
|
@ -11,6 +11,7 @@
|
|||
nixpkgs.config.permittedInsecurePackages = [
|
||||
# (temporarily) permit the usage of libolm
|
||||
"olm-3.2.16"
|
||||
"electron-27.3.11" # logseq
|
||||
];
|
||||
|
||||
# List packages installed in system profile.
|
||||
|
|
|
@ -256,8 +256,9 @@ in
|
|||
nixpkgs.overlays = import ../overlays.nix;
|
||||
nixpkgs.config = {
|
||||
|
||||
# (temporarily) permit the usage of libolm
|
||||
permittedInsecurePackages = [
|
||||
"electron-27.3.11" # logseq
|
||||
# (temporarily) permit the usage of libolm
|
||||
"olm-3.2.16"
|
||||
];
|
||||
clementine.spotify = false;
|
||||
|
|
Loading…
Reference in a new issue