mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 00:12:43 +01:00
Clean up RealiseMode
This commit is contained in:
parent
e3c2b00237
commit
94eb5fad76
9 changed files with 28 additions and 19 deletions
|
|
@ -321,7 +321,7 @@ struct CmdDevelop : Common, MixEnvironment
|
|||
Strings{"legacyPackages." + settings.thisSystem.get() + "."},
|
||||
lockFlags);
|
||||
|
||||
shell = state->store->printStorePath(toStorePath(state->store, Build, bashInstallable)) + "/bin/bash";
|
||||
shell = state->store->printStorePath(toStorePath(state->store, Realise::Outputs, bashInstallable)) + "/bin/bash";
|
||||
} catch (Error &) {
|
||||
ignoreException();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue