name: nix description: | Nix commands and package management guide. Use when: - Running nix build, nix run - Adding custom packages - Using nurl for hash acquisition
fetchFromGitHub {
owner = "rvben";
repo = "rumdl";
rev = "v0.0.206";
hash = "sha256-XXX...";
}
</output_usage>
<note>For cargoHash/vendorHash, use build error method (nurl does not support these)</note>