diff --git a/docs/_posts/2025-10-31-MONOREPO.md b/docs/_posts/2025-10-31-MONOREPO.md index c852f5b..fc40143 100644 --- a/docs/_posts/2025-10-31-MONOREPO.md +++ b/docs/_posts/2025-10-31-MONOREPO.md @@ -1,23 +1,13 @@ # The MONOREPO experiment -Phil said this was a bad idea. To that i say hold my beer. +Im testing a [MONOREPO](https://en.wikipedia.org/wiki/Monorepo) because Phil said this was a bad idea. To that i say hold my beer. -Im making my dotfiles into a monorepo. +In all seriousness, I Think that for a small dev team/solo dev. The simplicity is worth higher barer to entry. One of my most annoying processes was updating my system tools. I had to build my update in a feature branch and then merge it into my main branch. then go to my dotfiles create a feature branch update the system tools merge it into main. -It will be starting with my Nix Dotfiles and my Python tools. +It will be starting with my Nix Dotfiles Python tools and now my blog. ---- +I will be reaching ot to phil on 2030-10-31 and 2035-10-31 to give him updates on the progress. -layout: post -title: "The MONOREPO experiment" -tags: [intro, MONOREPO] +Known Issues: ---- - -Im testing a MONOREPO. - -Phil said this was a bad idea. To that i say hold my beer. - -The plan Today us the move all my python tools into this repo. - -With this PR IT officially begins. +- the python tests are running on the current derivation not the one the derivation im updating to.