Skip to content

Commit

Permalink
feat(setup.sh): add nix installation
Browse files Browse the repository at this point in the history
This commit adds a new step in the setup.sh script for installing nix.
The installation is done via a curl command that fetches the install
script from https://install.determinate.systems/nix and executes it.
  • Loading branch information
ryoppippi committed May 10, 2024
1 parent b13023b commit ea53efc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ deno --help
# post install
brew cleanup -s

# install nix
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

# mise install
mise install

0 comments on commit ea53efc

Please sign in to comment.