Simple template to setup devenv, with CUDA support, and a python venv managed by uv
Step 1: Install Nix:
sh <(curl -L https://nixos.org/nix/install) --daemon
Step 2: Enter development environment: nix develop --impure
That's it :)
If you want something even easier, install direnv and
allow it to automatically activate the current env (direnv allow
).