Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Nix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nicu-da authored Oct 26, 2023
1 parent 357bdf6 commit 9e84f91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ sudo apt install net-tools
echo "Install tmux"
sudo apt install tmux
cp .tmux.conf ~/.tmux.conf

echo "Setting up nix"
bash <(curl -sSfL https://nixos.org/nix/install)
cat .nix.conf >> /etc/nix/nix.conf

0 comments on commit 9e84f91

Please sign in to comment.