Update directories
This commit is contained in:
parent
dac5eec3ab
commit
c3a988d1fb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -46,9 +46,9 @@ jobs:
|
||||||
|
|
||||||
- name: Build new ${{ matrix.system }} system
|
- name: Build new ${{ matrix.system }} system
|
||||||
env:
|
env:
|
||||||
NIX_STORE_DIR: /root/nix/store
|
NIX_STORE_DIR: /nix/store
|
||||||
NIX_STATE_DIR: /root/nix/var/nix
|
NIX_STATE_DIR: /nix/var/nix
|
||||||
NIX_LOG_DIR: /root/nix/var/log/nix
|
NIX_LOG_DIR: /nix/var/log/nix
|
||||||
run: |
|
run: |
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
nix build \
|
nix build \
|
||||||
|
|
Reference in a new issue