nix: add USER environment variable
This is required by the nix profile and cachix as well
This commit is contained in:
parent
669e1a3129
commit
53440b208e
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ let
|
||||||
"PAGER=cat"
|
"PAGER=cat"
|
||||||
"PATH=/usr/bin:/bin"
|
"PATH=/usr/bin:/bin"
|
||||||
"SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt"
|
"SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||||
|
"USER=root"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue