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

View file

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