6 , # Actual dependencies to propagate:
12 name = "lorri-runtime-tools";
13 paths = [ coreutils bash ];
16 runtimeClosureInfo = closureInfo {
17 rootPaths = [ tools ];
20 closureToNix = runCommand "closure.nix" {}
23 echo '{ dep, ... }: ['
24 sed -E 's/^(.*)$/ (dep \1)/' ${runtimeClosureInfo}/store-paths
29 runtimeClosureInfoAsNix = runCommand "runtime-closure.nix" {
30 runtime_closure_list = closureToNix;
31 tools_build_host = tools;
34 substituteAll ${./runtime-closure.nix.template} $out
37 runtimeClosureInfoAsNix