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