add bundle target for templategen

This commit is contained in:
2025-11-27 12:03:05 +01:00
parent c5187d8620
commit 76f72131c5

View File

@@ -34,13 +34,13 @@
cp -R $buildOutput $out
'';
};
build = target: build_with_target ("target/" + target) ("target/" + target);
in
{
devShell = with pkgs; mkShell {
inherit buildInputs;
shellHook = envSetup;
};
packages.bundle = build_with_target "bundle" "target/pack/bundle/.";
}
);
}