Skip to content

Commit

Permalink
build: fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Aug 9, 2024
1 parent 8004cd0 commit b96e1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sudo id

# prepare nix source
chmod g+w /usr/src
sudo -u "${USER_NAME}" git clone https://github.com/NixOS/nix.git /usr/src
sudo -u "${USER_NAME}" git clone https://github.com/NixOS/nix.git /usr/src/nix

# create folders
create_tool_path > /dev/null
Expand Down

0 comments on commit b96e1e9

Please sign in to comment.