diff --git a/flake.lock b/flake.lock index 99acb43..dbd08fd 100644 --- a/flake.lock +++ b/flake.lock @@ -288,6 +288,7 @@ "nixpkgs": "nixpkgs_4", "snowfall-lib": "snowfall-lib", "sops-nix": "sops-nix", + "trilium-next-pr": "trilium-next-pr", "zen-browser": "zen-browser" } }, @@ -384,6 +385,22 @@ "type": "github" } }, + "trilium-next-pr": { + "locked": { + "lastModified": 1733744893, + "narHash": "sha256-CufsQ+I/s7TsPd6Rq62WAQZQDtoeC8nw+ExuXeWnDRk=", + "owner": "FliegendeWurst", + "repo": "nixpkgs", + "rev": "6000de6a3f96f729ef031cbd4ecb04898cb38780", + "type": "github" + }, + "original": { + "owner": "FliegendeWurst", + "ref": "trilium-next", + "repo": "nixpkgs", + "type": "github" + } + }, "zen-browser": { "inputs": { "nixpkgs": "nixpkgs_5" diff --git a/flake.nix b/flake.nix index 644250c..01696ac 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,7 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; + trilium-next-pr.url = "github:FliegendeWurst/nixpkgs/trilium-next"; }; outputs = inputs: