Requirements
- use one of WSL2, Linux, or MacOS
- Install Nix https://nixos.org/download.html#download-nix
- Make sure you have 'experimental-features = nix-command flakes' in
~/.config/nix/nix.conf
, cf. https://nixos.wiki/wiki/Flakes#Permanent
- Make sure you have 'experimental-features = nix-command flakes' in
- Either of the followings
- Open a disposable shell by
nix develop .
- Permanent auto loading by
direnv allow .
(requiresdirenv
)
- Open a disposable shell by