Forrest logo
back to context overview

nix3-edit

List of commands for nix3-edit:

  • nix3-edit:tldr:5bc48 nix3-edit: Dump the source of a package to stdout.
    $ EDITOR=cat nix edit ${nixpkgs#pkg}
    try on your machine
    explain this command
  • nix3-edit:tldr:a52df nix3-edit: Open the source of the Nix expression of a package from nixpkgs in your `$EDITOR`.
    $ nix edit ${nixpkgs#pkg}
    try on your machine
    explain this command
back to context overview