Forrest logo
back to context overview

nix3-run

List of commands for nix3-run:

  • nix3-run:tldr:06db1 nix3-run: Run a command whose name matches the package name from nixpkgs (if you want a different command from that package, see `tldr nix3 shell`).
    $ nix run nixpkgs#${pkg}
    try on your machine
    explain this command
  • nix3-run:tldr:b82ee nix3-run: Run the default application in the flake in the current directory.
    $ nix run
    try on your machine
    explain this command
back to context overview