mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-14 12:48:57 +00:00
buildFHSEnv: Enable structuredAttrs (#535295)
This commit is contained in:
@@ -348,6 +348,8 @@ runCommandLocal name
|
||||
// {
|
||||
inherit nativeBuildInputs;
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
passthru = passthru // {
|
||||
env =
|
||||
runCommandLocal "${name}-shell-env"
|
||||
|
||||
Reference in New Issue
Block a user