Skip to content

sariola/nix-python-devenv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 86.2%
  • Shell 13.8%