Skip to content

Instantly share code, notes, and snippets.

@FruitieX
Created June 27, 2018 10:04
Show Gist options
  • Save FruitieX/8ae936c1147ca9a5261b24c9fcef1454 to your computer and use it in GitHub Desktop.
Save FruitieX/8ae936c1147ca9a5261b24c9fcef1454 to your computer and use it in GitHub Desktop.
sudo apt install python
sudo mkdir /etc/nix
echo "use-sqlite-wal = false" | sudo tee -a /etc/nix/nix.conf
curl https://nixos.org/nix/install | sh
# restart terminal here
nix-env -f '<nixpkgs>' -iA nox nodejs-10_x yarn gnumake gcc git openssh
git clone git@github.com:FruitieX/wind-waker.git
cd wind-waker
yarn
yarn build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment