nix shell -> nix dev-shell

This commit is contained in:
Eelco Dolstra 2020-03-31 13:45:28 +02:00
parent e1a94ad852
commit 3166b97174

View file

@ -92,7 +92,7 @@ StorePath getDerivationEnvironment(ref<Store> store, Derivation drv)
{
auto builder = baseNameOf(drv.builder);
if (builder != "bash")
throw Error("'nix shell' only works on derivations that use 'bash' as their builder");
throw Error("'nix dev-shell' only works on derivations that use 'bash' as their builder");
drv.args = {
"-c",