This?
All checks were successful
/ Test on 29.1 (push) Successful in 3m31s

This commit is contained in:
Maciej 2024-08-15 20:06:35 +03:00
parent 32391f9449
commit 5773b4a4dd
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -79,9 +79,11 @@ else
# "fix" the following error when running nix*
# error: the group 'nixbld' specified in 'build-users-group' does not exist
add_config "build-users-group ="
mkdir -p /etc/nix
chmod 0755 /etc/nix
cp "$workdir/nix.conf" /etc/nix/nix.conf
apt-get update -qq
apt-get install -y sudo
sudo mkdir -p /etc/nix
sudo chmod 0755 /etc/nix
sudo cp "$workdir/nix.conf" /etc/nix/nix.conf
fi
if [[ -n "${INPUT_INSTALL_OPTIONS:-}" ]]; then