Skip to content

Commit e17a164

Browse files
committed
fix #140: python -> python3
1 parent 92d3622 commit e17a164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-nix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ installer_options=(
4040
if [[ $OSTYPE =~ darwin || -e /run/systemd/system ]]; then
4141
installer_options+=(
4242
--daemon
43-
--daemon-user-count "$(python -c 'import multiprocessing as mp; print(mp.cpu_count() * 2)')"
43+
--daemon-user-count "$(python3 -c 'import multiprocessing as mp; print(mp.cpu_count() * 2)')"
4444
)
4545
else
4646
# "fix" the following error when running nix*

0 commit comments

Comments
 (0)