logseq: pull in an unstable more recent version from development branch
Allows getting rid of insecure ancient electron_27
This commit is contained in:
parent
4ebcaa637e
commit
97d6bf380a
|
@ -11,7 +11,6 @@
|
||||||
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.
|
||||||
|
|
17
flake.lock
17
flake.lock
|
@ -214,6 +214,22 @@
|
||||||
"type": "github"
|
"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": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1742217307,
|
"lastModified": 1742217307,
|
||||||
|
@ -367,6 +383,7 @@
|
||||||
"lanzaboote": "lanzaboote",
|
"lanzaboote": "lanzaboote",
|
||||||
"mysecrets": "mysecrets",
|
"mysecrets": "mysecrets",
|
||||||
"nix-darwin": "nix-darwin",
|
"nix-darwin": "nix-darwin",
|
||||||
|
"nix-logseq-unstable": "nix-logseq-unstable",
|
||||||
"nixos-hardware": "nixos-hardware",
|
"nixos-hardware": "nixos-hardware",
|
||||||
"nixos-unstable": "nixos-unstable",
|
"nixos-unstable": "nixos-unstable",
|
||||||
"nixpkgs": "nixpkgs_2",
|
"nixpkgs": "nixpkgs_2",
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||||
nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
|
nix-logseq-unstable.url = "github:TomaSajt/nixpkgs/logseq";
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager/release-24.11";
|
url = "github:nix-community/home-manager/release-24.11";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
|
@ -184,7 +184,7 @@ let
|
||||||
#(pkgs.pidgin-with-plugins.override {
|
#(pkgs.pidgin-with-plugins.override {
|
||||||
# plugins = [ pkgs.pidginotr ];})
|
# plugins = [ pkgs.pidginotr ];})
|
||||||
|
|
||||||
logseq
|
inputs.nix-logseq-unstable.legacyPackages.${system}.logseq
|
||||||
|
|
||||||
# for Hibiscus banking software
|
# for Hibiscus banking software
|
||||||
jameica
|
jameica
|
||||||
|
@ -260,7 +260,6 @@ in
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
|
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
"electron-27.3.11" # logseq
|
|
||||||
# (temporarily) permit the usage of libolm
|
# (temporarily) permit the usage of libolm
|
||||||
"olm-3.2.16"
|
"olm-3.2.16"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue