logseq: need to permit insecure electron_27

This commit is contained in:
Trolli Schmittlauch 2024-09-07 19:21:16 +02:00
parent 87dc330a7a
commit 61c55cedbc
2 changed files with 3 additions and 1 deletions

View file

@ -11,6 +11,7 @@
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = [
# (temporarily) permit the usage of libolm # (temporarily) permit the usage of libolm
"olm-3.2.16" "olm-3.2.16"
"electron-27.3.11" # logseq
]; ];
# List packages installed in system profile. # List packages installed in system profile.

View file

@ -256,8 +256,9 @@ in
nixpkgs.overlays = import ../overlays.nix; nixpkgs.overlays = import ../overlays.nix;
nixpkgs.config = { nixpkgs.config = {
# (temporarily) permit the usage of libolm
permittedInsecurePackages = [ permittedInsecurePackages = [
"electron-27.3.11" # logseq
# (temporarily) permit the usage of libolm
"olm-3.2.16" "olm-3.2.16"
]; ];
clementine.spotify = false; clementine.spotify = false;