logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Nix Edit - Modify Nix Expressions | Online Free DevTools by Hexmos

Modify Nix expressions easily with Nix Edit. Directly open and edit Nix packages in your preferred editor. Free online tool, no registration required.

nix-edit

Open the Nix expression of a Nix package in $EDITOR. More information: https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-edit.html.

  • Open the source of the Nix expression of a package from nixpkgs in your $EDITOR:

nix edit {{nixpkgs#pkg}}

  • Dump the source of a package to stdout:

EDITOR=cat nix edit {{nixpkgs#pkg}}

See Also