LinuxCommandLibrary

nix3-run

Run an application from a Nix flake.

TLDR

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]
copy


Run the default application in the flake in the current directory
$ nix run
copy

Copied to clipboard