This commit is contained in:
parent
32391f9449
commit
5773b4a4dd
1 changed files with 5 additions and 3 deletions
|
|
@ -79,9 +79,11 @@ else
|
||||||
# "fix" the following error when running nix*
|
# "fix" the following error when running nix*
|
||||||
# error: the group 'nixbld' specified in 'build-users-group' does not exist
|
# error: the group 'nixbld' specified in 'build-users-group' does not exist
|
||||||
add_config "build-users-group ="
|
add_config "build-users-group ="
|
||||||
mkdir -p /etc/nix
|
apt-get update -qq
|
||||||
chmod 0755 /etc/nix
|
apt-get install -y sudo
|
||||||
cp "$workdir/nix.conf" /etc/nix/nix.conf
|
sudo mkdir -p /etc/nix
|
||||||
|
sudo chmod 0755 /etc/nix
|
||||||
|
sudo cp "$workdir/nix.conf" /etc/nix/nix.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "${INPUT_INSTALL_OPTIONS:-}" ]]; then
|
if [[ -n "${INPUT_INSTALL_OPTIONS:-}" ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue