logseq: need to permit insecure electron_27
This commit is contained in:
parent
87dc330a7a
commit
61c55cedbc
|
@ -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.
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue