build system

This commit is contained in:
Daylin Morgan 2024-07-12 00:06:11 -05:00
parent 192243b425
commit 4a284cce19
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -84,10 +84,10 @@ jobs:
- name: Build - name: Build
run: | run: |
system_attr=$(nix run . -- output --host "othalan" --flake .)
nix run . \ nix run . \
-- \ -- \
build \ build $system_attr \
--host "othalan" \
--flake . \ --flake . \
--verbose \ --verbose \
--debug \ --debug \