config.builders.foundation.basic: Add structuredAttrs exports from vars
This commit is contained in:
parent
93eeee8024
commit
cb215e54a6
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ in
|
|||
(lib.packages.build packages.foundation.bash.versions."5.2.15-stage1" "x86_64-linux" system).package
|
||||
}/bin/bash";
|
||||
|
||||
built = builtins.derivation ({
|
||||
built = builtins.derivation (package.vars // {
|
||||
inherit (package) name env;
|
||||
inherit script system;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue