diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-07-13 13:23:15 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-07-13 13:23:15 +0200 |
commit | 4f939eb9d74b16488d36adee8bc9a350e4112710 (patch) | |
tree | 3bf0c1cf6b33080f7cc30f9f631beb12a2e70f56 | |
parent | fix(templates/latex): Change the `lpm.toml` to use new features (diff) | |
download | flake-templates-4f939eb9d74b16488d36adee8bc9a350e4112710.tar.gz flake-templates-4f939eb9d74b16488d36adee8bc9a350e4112710.zip |
fix(templates/latex): Switch to lpm's new upstream
-rw-r--r-- | templates/latex/flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/latex/flake.nix b/templates/latex/flake.nix index efc4f3f..1e0969e 100644 --- a/templates/latex/flake.nix +++ b/templates/latex/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"; |