
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 machineexplain this command
-
nix3-develop:tldr:32180 nix3-develop: Start a development shell for the default package in a flake in the current directory.$ nix developtry on your machineexplain this command
-
nix3-develop:tldr:ebc49 nix3-develop: In that shell, configure and build the sources.$ configurePhase; buildPhasetry on your machineexplain this command