Files
org-notes-quartz/AGENTS.md
Ignacio Ballesteros 23aa2f4dc4 md updates
2026-02-14 17:21:33 +01:00

7 lines
269 B
Markdown

# 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.