- Install nix:
sh curl -L <https://nixos.org/nix/install> | sh -s -- --daemon- Enable
flakesfeature:
mkdir -p ~/.config/nix
echo "extra-experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf- Clone this repo.
- Launch the dev shell:
nix develop