diff --git a/.forgejo/workflows/update.sh b/.forgejo/workflows/update.sh new file mode 100644 index 0000000..e82c674 --- /dev/null +++ b/.forgejo/workflows/update.sh @@ -0,0 +1,3 @@ +#!/bin/sh +nix flake update --commit-lock-file --commit-lockfile-summary "Update Flake" +git push \ No newline at end of file