LinuxCommandLibrary

nix3-run

executes packages without installing

TLDR

Run package

$ nix3 run nixpkgs#[hello]
copy
Run from flake
$ nix3 run [.#default]
copy
Run with args
$ nix3 run nixpkgs#[cowsay] -- "[text]"
copy

SYNOPSIS

nix3 run [options] installable [-- args]

DESCRIPTION

nix3 run executes packages without installing. Alternative name for nix run.
The tool runs programs temporarily. Downloads and executes from store.

PARAMETERS

INSTALLABLE

Flake reference.
ARGS
Program arguments.
--help
Display help information.

CAVEATS

Alias for nix run. Network required. Temporary execution.

HISTORY

nix3 run is the new Nix CLI for running packages without system installation.

SEE ALSO

nix(1), nix-run(1), nix3-shell(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community