💾 Archived View for freeshell.de › tldr › nix-shell.gmi captured on 2023-09-28 at 16:43:36. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

nix-shell

Start an interactive shell based on a Nix expression.

More information.

nix-shell
nix-shell --run "{command} {command_arguments}"
nix-shell {default.nix}
nix-shell --packages {package_name_1} {package_name_2}
nix-shell --packages {package_names} -I nixpkgs={https://github.com/NixOS/nixpkgs/archive/nixpkgs_revision.tar.gz}
nix-shell -i {interpreter} --packages {package_names}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY