forked from github-mirror/docker-nixpkgs
nix: add USER environment variable
This is required by the nix profile and cachix as well
This commit is contained in:
@@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user