nix: add USER environment variable

This is required by the nix profile and cachix as well
This commit is contained in:
zimbatm 2020-02-23 20:10:51 +01:00
parent 669e1a3129
commit 53440b208e
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -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"
]; ];
}; };
}; };