mirror of
https://github.com/NixOS/nix.git
synced 2025-10-15 12:26:28 +08:00
Merge pull request #13868 from NixOS/mergify/bp/2.28-maintenance/pr-13867
nix/develop: Fix misleading ignored error when run with --arg/--argstr (backport #13867)
This commit is contained in:
@@ -641,7 +641,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",
|
||||||
|
Reference in New Issue
Block a user