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:
Sergei Zimmerman
2025-08-30 01:04:50 +03:00
committed by GitHub

View File

@@ -641,7 +641,7 @@ struct CmdDevelop : Common, MixEnvironment
nixpkgs = i->nixpkgsFlakeRef();
auto bashInstallable = make_ref<InstallableFlake>(
this,
nullptr, //< Don't barf when the command is run with --arg/--argstr
state,
std::move(nixpkgs),
"bashInteractive",