packages: take logseq from unstable instead of PR flake input
This commit is contained in:
parent
44e881942e
commit
d68d2a64f3
3 changed files with 1 additions and 19 deletions
17
flake.lock
generated
17
flake.lock
generated
|
@ -214,22 +214,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nix-logseq-unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1743493460,
|
||||
"narHash": "sha256-Elxw/OLba9qpwampG/n/tRJFZEhidNP1+1HVUSnDHC8=",
|
||||
"owner": "TomaSajt",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "b457b39340679f8606312546887561fe0aa5fb02",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "TomaSajt",
|
||||
"ref": "logseq",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1745503349,
|
||||
|
@ -383,7 +367,6 @@
|
|||
"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",
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
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";
|
||||
|
|
|
@ -184,7 +184,7 @@ let
|
|||
#(pkgs.pidgin-with-plugins.override {
|
||||
# plugins = [ pkgs.pidginotr ];})
|
||||
|
||||
inputs.nix-logseq-unstable.legacyPackages.${system}.logseq
|
||||
unstable.logseq
|
||||
|
||||
# for Hibiscus banking software
|
||||
jameica
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue