지정된 패키지가 사용 가능한 셸 시작. 같이 보기: 개발 환경 설정을 위한
nix-shell
, 플레이크에 대한 정보를 위한nix3 flake
. 더 많은 정보: https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-shell.html.
nixpkgs
의 일부 패키지와 함께 대화형 셸 시작:nix shell {{nixpkgs#pkg1 nixpkgs#packageSet.pkg2 ...}}
nixpkgs
의 이전 버전(21.05)에서 제공하는 패키지로 셸 시작:nix shell {{nixpkgs/nixos-21.05#pkg}}
nix shell -L
nix shell {{github:소유자/레포#pkg}}
nix shell {{nixpkgs#pkg}} -c {{아무개_셸 --아무개_플래그 '다른 아무개 인수들'}}