Forrest logo
back to context overview

nix3-shell

List of commands for nix3-shell:

  • nix3-shell:tldr:2a162 nix3-shell: Start a shell with the "default package" from a flake in the current directory, printing build logs if any builds happen.
    $ nix shell -L
    try on your machine
    explain this command
  • nix3-shell:tldr:3c6d5 nix3-shell: Run a command in a shell with a package.
    $ nix shell ${nixpkgs#pkg} -c ${some-cmd --someflag 'Some other arguments'}
    try on your machine
    explain this command
back to context overview