- 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
6 lines
110 B
YAML
6 lines
110 B
YAML
inputs:
|
|
git-hooks:
|
|
url: github:cachix/git-hooks.nix
|
|
inputs:
|
|
nixpkgs:
|
|
follows: nixpkgs
|