update + fixes

This commit is contained in:
Schrottkatze 2025-03-19 15:45:46 +01:00
parent feec190765
commit 29f32e1dc9
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
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"