build: migrate to devenv
- Add devenv.nix with Python/uv setup and git-hooks - Add devenv.yaml and devenv.lock - Refactor flake.nix to use devenv integration - Update .envrc from flake to devenv - Add devenv artifacts to .gitignore
This commit is contained in:
parent
f9ed0463f7
commit
b4848bb661
7 changed files with 373 additions and 184 deletions
4
.envrc
4
.envrc
|
|
@ -1 +1,3 @@
|
|||
use flake .#impure
|
||||
#!/usr/bin/env bash
|
||||
eval "$(devenv direnvrc)"
|
||||
use devenv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue