diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-17 18:04:52 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-17 18:04:52 +0200 |
commit | 4601421c643dc69667aab43f1254f37d55ae22bc (patch) | |
tree | 243688a8df2f524cd7c2bcaecc0e42523ba78b8b /flake.nix | |
parent | chore: Init (diff) | |
download | satzung-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.nix | 2 |
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"; |