Forrest logo
back to context overview

nix3-develop

List of commands for nix3-develop:

  • nix3-develop:tldr:1013a nix3-develop: Start a shell with all dependencies of a package from nixpkgs available.
    $ nix develop ${nixpkgs#pkg}
    try on your machine
    explain this command
  • nix3-develop:tldr:32180 nix3-develop: Start a development shell for the default package in a flake in the current directory.
    $ nix develop
    try on your machine
    explain this command
  • nix3-develop:tldr:ebc49 nix3-develop: In that shell, configure and build the sources.
    $ configurePhase; buildPhase
    try on your machine
    explain this command
back to context overview