From c42079235f411077b0c27fe6b94f3ea94b83dd78 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Fri, 3 Jan 2025 19:04:46 +0100 Subject: [PATCH] mreow --- justfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 37f346e..9d972c9 100644 --- a/justfile +++ b/justfile @@ -9,7 +9,7 @@ build: tbuild: sudo nixos-rebuild switch --flake . --impure --fast --log-format multiline-with-logs --show-trace -update: +update: update-typst-configs nix flake update --commit-lock-file --log-format multiline build-mac: @@ -23,3 +23,5 @@ 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"