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
|
||||
env:
|
||||
NIX_STORE_DIR: /root/nix/store
|
||||
NIX_STATE_DIR: /root/nix/var/nix
|
||||
NIX_LOG_DIR: /root/nix/var/log/nix
|
||||
NIX_STORE_DIR: /nix/store
|
||||
NIX_STATE_DIR: /nix/var/nix
|
||||
NIX_LOG_DIR: /nix/var/log/nix
|
||||
run: |
|
||||
set -o pipefail
|
||||
nix build \
|
||||
|
|
Reference in a new issue