summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-06-17 18:04:52 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-06-17 18:04:52 +0200
commit4601421c643dc69667aab43f1254f37d55ae22bc (patch)
tree243688a8df2f524cd7c2bcaecc0e42523ba78b8b /flake.nix
parentchore: Init (diff)
downloadsatzung-4601421c643dc69667aab43f1254f37d55ae22bc.tar.gz
satzung-4601421c643dc69667aab43f1254f37d55ae22bc.zip
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
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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";