- Install Nix package manager
- Run
nix-shell
ornix-shell --command 'zsh'
- You can use development tools
> nix-shell
> which dprint
/nix/store/0fr91jwhqv53y8c96g9443src2dblnhj-dprint-0.36.1/bin/dprint
> actionlint --version
1.6.24
installed by building from source
built with go1.20.4 compiler for linux/amd64