logseq: pull in an unstable more recent version from development branch

Allows getting rid of insecure ancient electron_27
This commit is contained in:
Trolli Schmittlauch 2025-03-18 23:35:14 +01:00
parent 4ebcaa637e
commit 97d6bf380a
4 changed files with 19 additions and 3 deletions

View file

@ -184,7 +184,7 @@ let
#(pkgs.pidgin-with-plugins.override {
# plugins = [ pkgs.pidginotr ];})
logseq
inputs.nix-logseq-unstable.legacyPackages.${system}.logseq
# for Hibiscus banking software
jameica
@ -260,7 +260,6 @@ in
nixpkgs.config = {
permittedInsecurePackages = [
"electron-27.3.11" # logseq
# (temporarily) permit the usage of libolm
"olm-3.2.16"
];