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 . run: nix build .
- name: Build - name: Build
run: | run: >
nix run . \ nix run .
-- \ --
build --minimal \ build --minimal
--host "othalan" \ --host "othalan"
--flake . \ --flake .
--debug \ --debug
-- \ --
--print-build-logs --print-build-logs
--keep-going
- name: Commit Updates - name: Commit Updates
uses: daylin-bot/actions/commit-and-push@main uses: daylin-bot/actions/commit-and-push@main

View file

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