https://nixos.org/manual/nix/stable/command-ref/nix-shell.html
요약
nix-shell [--arg 이름 값] [--argstr 이름 값] [{--attr | -A} attrPath] [--command cmd] [--run cmd] [--exclude 정규식] [- - 순수] [--예약된 이름] {{--packages -A} attrPath] -p} {패키지|표현} ... [경로]}
그리고
예
$ nix-shell '<nixpkgs>' --attr pan
개요에서 '<nixpkgs>'
어떤 역할을 합니까 ?
응 path
? 의 경우,
path
나중에 지정된 패키지가 나오는 패키지 컬렉션을 지정 하시겠습니까--attr
?명령 끝에 지정하지 않는 이유는 무엇입니까?