mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
Merge pull request #13867 from xokdvium/fix-13482
nix/develop: Fix misleading ignored error when run with --arg/--argstr
This commit is contained in:
commit
d50d4b01c7
1 changed files with 1 additions and 1 deletions
|
|
@ -647,7 +647,7 @@ struct CmdDevelop : Common, MixEnvironment
|
||||||
nixpkgs = i->nixpkgsFlakeRef();
|
nixpkgs = i->nixpkgsFlakeRef();
|
||||||
|
|
||||||
auto bashInstallable = make_ref<InstallableFlake>(
|
auto bashInstallable = make_ref<InstallableFlake>(
|
||||||
this,
|
nullptr, //< Don't barf when the command is run with --arg/--argstr
|
||||||
state,
|
state,
|
||||||
std::move(nixpkgs),
|
std::move(nixpkgs),
|
||||||
"bashInteractive",
|
"bashInteractive",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue