Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 529 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 529 Bytes

Nix Python Devenv

Simple template to setup devenv, with CUDA support, and a python venv managed by uv

Installation

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).