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

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