Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(monorepo): use hierarchical workspace layout #19

Merged
merged 11 commits into from
Mar 5, 2025
Merged

Conversation

cameronraysmith
Copy link
Collaborator

@cameronraysmith cameronraysmith self-assigned this Mar 5, 2025
- migrates original root package to pnt-functional
- replaces root package with simplified package

Signed-off-by: Cameron Smith <[email protected]>
Signed-off-by: Cameron Smith <[email protected]>
Signed-off-by: Cameron Smith <[email protected]>
Signed-off-by: Cameron Smith <[email protected]>
@cameronraysmith cameronraysmith added the build-images Control image build on PRs label Mar 5, 2025
@cameronraysmith cameronraysmith merged commit 74e0064 into main Mar 5, 2025
9 of 10 checks passed
@cameronraysmith
Copy link
Collaborator Author

cameronraysmith commented Mar 5, 2025

works around

by

  1. avoiding the use of the package name at all in the simple default root package at src/python-nix-template
  2. only exposing the ability to toggle the example monorepo packages on or off but NOT to automatically rename them on instantiation because the source code makes use of the package name whose transformation fails as described in #13

{
name = "monorepo-package";
description = "Include the functional programming monorepo package in the project";
paths = [ "packages/pnt-functional" ];
value = false;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-images Control image build on PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

migrate layout to hierarchical workspace monorepo format
1 participant