update + fixes

This commit is contained in:
Schrottkatze 2025-03-19 15:45:46 +01:00
commit 29f32e1dc9
No known key found for this signature in database
2 changed files with 45 additions and 47 deletions

View file

@ -23,5 +23,3 @@ update-typst-configs:
let $hash = nix-prefetch-url https://forge.katzen.cafe/schrottkatze/typst-configs/archive/main.tar.gz --unpack;
let $sri = nix hash to-sri --type sha256 $hash;
./build-utils/templ-edit.nu edit $file SHA $sri;
git add $file
git commit -m "typst-configs: Update"