Installing ld-decode (Nix)

February 4, 2026 ยท View on GitHub

The recommended installation method is via Nix flakes.

Requirements

  • Nix with flakes enabled

Install and run

  • Build and run the default package:
    • nix run

Install to your profile

  • Install the package to your user profile:
    • nix profile install .

This provides the following commands on your PATH:

  • ld-decode
  • ld-ldf-reader-py

Verify installation

  • Check versions:
    • ld-decode --version
    • ld-ldf-reader-py --version

These commands report the version generated by the flake build.