1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-24 19:29:36 +01:00

Merge pull request #13870 from NixOS/mergify/bp/2.31-maintenance/pr-13867

nix/develop: Fix misleading ignored error when run with --arg/--argstr (backport #13867)
This commit is contained in:
mergify[bot] 2025-08-29 21:44:55 +00:00 committed by GitHub
commit 1285e9485c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -647,7 +647,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",