mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Fix buildenv
This commit is contained in:
parent
00c9039141
commit
1496b0f6a1
@ -38,7 +38,7 @@
|
||||
}:
|
||||
|
||||
runCommand name
|
||||
{ inherit manifest ignoreCollisions passthru pathsToLink extraPrefix postBuild buildInputs;
|
||||
rec { inherit manifest ignoreCollisions passthru pathsToLink extraPrefix postBuild buildInputs;
|
||||
pkgs = builtins.toJSON (map (drv: {
|
||||
paths =
|
||||
[ drv ]
|
||||
|
Loading…
Reference in New Issue
Block a user