mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-09 16:23:15 -06:00
build system
This commit is contained in:
parent
192243b425
commit
4a284cce19
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue