md updates

This commit is contained in:
Ignacio Ballesteros
2026-02-14 17:21:33 +01:00
parent 3738d1d7d8
commit 23aa2f4dc4
3 changed files with 110 additions and 10 deletions

6
AGENTS.md Normal file
View File

@@ -0,0 +1,6 @@
# Environment
- You are in a nix flake project. When building, add files to git.
- Run a non-installed tool with `nix run nixpkgs#<package>`.
- For repeated use, add a tool to development shell.
- Verify that tools build after with nix build, and run it with nix run.