Hacker News new | ask | show | jobs
by pmarreck 1526 days ago
is there a reason why this couldn't just be `nix shell python3`?

like "nixpkgs" is almost always the default, from what I can tell, so it could be omitted and simply be assumed to be the default, and not sure what the -c param does but perhaps it could also assume that the specified package(s) are also the ones to install/choose, in which case the whole thing could be like `nix shell -c python3`?