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 | |
| parent | chore: Init (diff) | |
| download | 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
| -rw-r--r-- | flake.lock | 12 | ||||
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | lpm.toml | 4 |
3 files changed, 8 insertions, 10 deletions
@@ -104,17 +104,17 @@ ] }, "locked": { - "lastModified": 1711915832, - "narHash": "sha256-5vFraJ2xnDvuEI2zeUbre8amzVDLAneODNNdJb6HSZk=", + "lastModified": 1718253944, + "narHash": "sha256-22AP7h3Utx7xfJ7uyPWH2f6B6xFysCYgPQhNonTeEQ4=", "ref": "refs/heads/prime", - "rev": "67f3079cd49deb116ba215244e7a1a1575a71ede", - "revCount": 10, + "rev": "7ea10db20a83eedffd69a8c8824e14992ada3e10", + "revCount": 20, "type": "git", - "url": "https://codeberg.org/Soispha/lpm.git" + "url": "https://codeberg.org/bpeetz/lpm.git" }, "original": { "type": "git", - "url": "https://codeberg.org/Soispha/lpm.git" + "url": "https://codeberg.org/bpeetz/lpm.git" } }, "nixpkgs": { @@ -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"; @@ -1,6 +1,4 @@ -[last_chapter] -user_name = "auflösung_des_vereins,_beendigung_aus_anderen_gründen,_wegfall_steuerbegünstigter_zwecke" -number = 18 +main_file = "main.tex" [templates] section = ''' |
