Skip to content

Commit

Permalink
fix #140: python -> python3
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Aug 5, 2022
1 parent 92d3622 commit e17a164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-nix.sh
Expand Up @@ -40,7 +40,7 @@ installer_options=(
if [[ $OSTYPE =~ darwin || -e /run/systemd/system ]]; then
installer_options+=(
--daemon
--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)')"
)
else
# "fix" the following error when running nix*
Expand Down

0 comments on commit e17a164

Please sign in to comment.