From 4601421c643dc69667aab43f1254f37d55ae22bc Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 17 Jun 2024 18:04:52 +0200 Subject: feat(flake): Switch to the newest version of `lpm` This release contains such features like: - Support for main files not named `main.tex` - Automatic detection of the last chapters - And other nice QoL changes --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 57efcaa..9410909 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ }; }; lpm = { - url = "git+https://codeberg.org/Soispha/lpm.git"; + url = "git+https://codeberg.org/bpeetz/lpm.git"; inputs = { nixpkgs.follows = "nixpkgs"; flake-compat.follows = "flake-compat"; -- cgit 1.4.1