with import ./config.nix; mkDerivation { name = "gc-runtime"; builder = # Test inline source file definitions. builtins.toFile "builder.sh" '' mkdir $out cat > $out/program <