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 92d3622 commit e17a164Copy full SHA for e17a164
install-nix.sh
@@ -40,7 +40,7 @@ installer_options=(
40
if [[ $OSTYPE =~ darwin || -e /run/systemd/system ]]; then
41
installer_options+=(
42
--daemon
43
- --daemon-user-count "$(python -c 'import multiprocessing as mp; print(mp.cpu_count() * 2)')"
+ --daemon-user-count "$(python3 -c 'import multiprocessing as mp; print(mp.cpu_count() * 2)')"
44
)
45
else
46
# "fix" the following error when running nix*
0 commit comments