mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
test double build
This commit is contained in:
parent
b7c5798f84
commit
f96226a9c3
1 changed files with 16 additions and 0 deletions
16
.github/workflows/nightly.yml
vendored
16
.github/workflows/nightly.yml
vendored
|
@ -94,3 +94,19 @@ jobs:
|
||||||
--debug \
|
--debug \
|
||||||
-- \
|
-- \
|
||||||
--print-build-logs
|
--print-build-logs
|
||||||
|
|
||||||
|
- run: git checkout -B flake-lock
|
||||||
|
|
||||||
|
- name: Build Updated
|
||||||
|
run: |
|
||||||
|
system_attr=$(nix run . -- output --host "othalan" --flake .)
|
||||||
|
nix run . \
|
||||||
|
-- \
|
||||||
|
build $system_attr \
|
||||||
|
--flake . \
|
||||||
|
--verbose \
|
||||||
|
--debug \
|
||||||
|
-- \
|
||||||
|
--print-build-logs
|
||||||
|
|
||||||
|
- run: ls /nix/var/nix/profiles/
|
||||||
|
|
Loading…
Reference in a new issue