We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ef8ad commit c664ef3Copy full SHA for c664ef3
lib/install-nix.sh
@@ -38,8 +38,7 @@ if [[ $OSTYPE =~ darwin || -e /run/systemd/system ]]; then
38
else
39
# "fix" the following error when running nix*
40
# error: the group 'nixbld' specified in 'build-users-group' does not exist
41
- mkdir -m 0755 /etc/nix
42
- echo "build-users-group =" > /etc/nix/nix.conf
+ add_config "build-users-group ="
43
fi
44
45
if [[ $INPUT_INSTALL_OPTIONS != "" ]]; then
0 commit comments