Skip to content

Instantly share code, notes, and snippets.

@FruitieX
Created June 29, 2018 13:33
Show Gist options
  • Save FruitieX/a950cd8db11ac8285ad8fea28cb25f0e to your computer and use it in GitHub Desktop.
Save FruitieX/a950cd8db11ac8285ad8fea28cb25f0e to your computer and use it in GitHub Desktop.
Install Nix on Ubuntu WSL
sudo mkdir /etc/nix
echo "use-sqlite-wal = false" | sudo tee -a /etc/nix/nix.conf
curl https://nixos.org/nix/install | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment