Remove sudo
Some checks failed
/ Test on 29.1 (push) Failing after 24s

This commit is contained in:
Maciej 2024-08-15 19:58:22 +03:00
parent 9d640a49a5
commit 32391f9449
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 4 additions and 4 deletions

View file

@ -79,9 +79,9 @@ 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 ="
sudo mkdir -p /etc/nix
sudo chmod 0755 /etc/nix
sudo cp "$workdir/nix.conf" /etc/nix/nix.conf
mkdir -p /etc/nix
chmod 0755 /etc/nix
cp "$workdir/nix.conf" /etc/nix/nix.conf
fi
if [[ -n "${INPUT_INSTALL_OPTIONS:-}" ]]; then