Compare commits

..

No commits in common. "d1b7c652d2ebf3ef5c9f495134d1da6780f02646" and "9074af59827b2730c7ec1db801f27ee483149721" have entirely different histories.

2 changed files with 9 additions and 11 deletions

View file

@ -47,16 +47,15 @@ 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,6 +7,5 @@
quarto quarto
cachix cachix
graphviz graphviz
typst
]); ]);
} }