Nix Derivation Generator
Generate Nix derivation and package expressions for stdenv.mkDerivation or buildPythonPackage. Configure package name, version, source, build inputs, and license to produce ready-to-use Nix expressions.
How to Use Nix Derivation Generator
Select a derivation type (stdenv or Python), fill in the package name, version, GitHub owner/repo, build inputs, and license, then click Generate to produce a complete Nix expression ready for your nixpkgs overlay or flake.
Step-by-Step Instructions
- Select derivation type (stdenv.mkDerivation or buildPythonPackage)
- Enter package name, version, and GitHub details
- Add build inputs and select a license
- Click Generate and copy the Nix expression
Related Tools
JSON Formatter and Validator
Format, validate, and pretty-print JSON with syntax highlighting.
Base64 Encoder and Decoder
Encode text to Base64 or decode Base64 strings back to plain text.
URL Encoder and Decoder
Encode special characters for URLs or decode percent-encoded strings.
HTML Entity Encoder and Decoder
Encode special characters as HTML entities or decode them back.