mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -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 \
|
||||
-- \
|
||||
--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