7 , # Actual dependencies to propagate:
13 name = "lorri-runtime-tools";
14 paths = [ coreutils bash ];
17 runtimeClosureInfo = closureInfo {
18 rootPaths = [ tools ];
21 closureToNix = runCommand "closure.nix" {}
24 echo '{ dep, ... }: ['
25 sed -E 's/^(.*)$/ (dep \1)/' ${runtimeClosureInfo}/store-paths
30 runtimeClosureInfoAsNix = runCommand "runtime-closure.nix" {
31 runtime_closure_list = closureToNix;
32 tools_build_host = tools;
35 substituteAll ${./runtime-closure.nix.template} $out
38 runtimeClosureInfoAsNix