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

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

View file

@ -214,6 +214,22 @@
"type": "github"
}
},
"nix-logseq-unstable": {
"locked": {
"lastModified": 1742136863,
"narHash": "sha256-y8w/QKc6O3ZACA8gmraVl3ChIbtX+Ojl4RXrUWu9vpU=",
"owner": "TomaSajt",
"repo": "nixpkgs",
"rev": "1e18638e96cd3264a55f0831bc9866758dacd1bc",
"type": "github"
},
"original": {
"owner": "TomaSajt",
"ref": "logseq",
"repo": "nixpkgs",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1742217307,
@ -367,6 +383,7 @@
"lanzaboote": "lanzaboote",
"mysecrets": "mysecrets",
"nix-darwin": "nix-darwin",
"nix-logseq-unstable": "nix-logseq-unstable",
"nixos-hardware": "nixos-hardware",
"nixos-unstable": "nixos-unstable",
"nixpkgs": "nixpkgs_2",

View file

@ -5,6 +5,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
nix-logseq-unstable.url = "github:TomaSajt/nixpkgs/logseq";
home-manager = {
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";

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"
];