Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 881 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 881 Bytes

What is this repo?

uv Static Badge Built with Nix

This repo is a nix+python development environment using the following technologies

  • uv for python package management
  • devenv for general package management under nix
  • It also uses a bring-your-own-binary which is packaged using a nix flake

Prerequisites

  • devenv
  • direnv (optional, for automatic loading)

How to run?

devenv shell

Or just enter the directory and run

direnv allow

If you are using direnv.