debug
This commit is contained in:
parent
60d073e2b0
commit
dac5eec3ab
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -45,6 +45,10 @@ jobs:
|
||||||
run: nix-collect-garbage
|
run: nix-collect-garbage
|
||||||
|
|
||||||
- name: Build new ${{ matrix.system }} system
|
- name: Build new ${{ matrix.system }} system
|
||||||
|
env:
|
||||||
|
NIX_STORE_DIR: /root/nix/store
|
||||||
|
NIX_STATE_DIR: /root/nix/var/nix
|
||||||
|
NIX_LOG_DIR: /root/nix/var/log/nix
|
||||||
run: |
|
run: |
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
nix build \
|
nix build \
|
||||||
|
|
Reference in a new issue