Compare commits

..

2 commits

Author SHA1 Message Date
d1b7c652d2
keep going 2024-08-28 10:31:00 -05:00
d5e5e49f77
add typst to othalan stuff 2024-08-27 12:30:44 -05:00
2 changed files with 11 additions and 9 deletions

View file

@ -47,15 +47,16 @@ jobs:
run: nix build .
- name: Build
run: |
nix run . \
-- \
build --minimal \
--host "othalan" \
--flake . \
--debug \
-- \
--print-build-logs
run: >
nix run .
--
build --minimal
--host "othalan"
--flake .
--debug
--
--print-build-logs
--keep-going
- name: Commit Updates
uses: daylin-bot/actions/commit-and-push@main

View file

@ -7,5 +7,6 @@
quarto
cachix
graphviz
typst
]);
}