Skip to content
Snippets Groups Projects
Commit 7562790d authored by Maël Madon's avatar Maël Madon
Browse files

missing instruction in install procedure

parent 47be174a
Branches
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ curl -L https://github.com/nix-community/nix-user-chroot/releases/download/1.2.
# give exec rights
chmod u+x nix-user-chroot
# download and install nix
./nix-user-chroot ~/.nix bash -c "curl -L https://nixos.org/nix/install | bash"
mkdir -p ~/.nix && ./nix-user-chroot ~/.nix bash -c "curl -L https://nixos.org/nix/install | bash"
# enable cachix
mkdir -p ~/.config/nix && cp ~/RM4ES-practicals/util/nix.conf ~/.config/nix
# add a line to your bashrc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment