self: with self; '' PKGS="" for pkg in "$@" do PKGS="$PKGS nixpkgs#$pkg" done ${nix}/bin/nix shell $PKGS ''