mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
Dockerfile: specify NIX_PATH
This commit is contained in:
parent
2a788bf9e7
commit
c660eb61f1
@ -17,4 +17,5 @@ ENV \
|
||||
ENV=/etc/profile \
|
||||
PATH=/root/.nix-profile/bin:/root/.nix-profile/sbin:/bin:/sbin:/usr/bin:/usr/sbin \
|
||||
GIT_SSL_CAINFO=/root/.nix-profile/etc/ssl/certs/ca-bundle.crt \
|
||||
SSL_CERT_FILE=/root/.nix-profile/etc/ssl/certs/ca-bundle.crt
|
||||
SSL_CERT_FILE=/root/.nix-profile/etc/ssl/certs/ca-bundle.crt \
|
||||
NIX_PATH=/nix/var/nix/profiles/per-user/root/channels/
|
||||
|
Loading…
Reference in New Issue
Block a user