7 lines
269 B
Markdown
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.
|