WIP: uv2nix packaging#58
Conversation
|
@holmboe This approach uses uv2nix to parse the uv.lock file and pyproject.nix to parse much of pyproject.toml which results in generated Nix derivations. This approach uses "editables" to set up your shell environment to execute your local project so you don't have to build at all to run and also exposes a Nix closure that you can ship to any runtime environment. MAO the power of Nix is not being a bog-standard uv/cargo "replacement" but being able to fearlessly depend on native libraries and executables with "guarantees". |
There was a problem hiding this comment.
This file isn't used, it's just a copypasta from phabfive
A bit more verbose 😄