-
Notifications
You must be signed in to change notification settings - Fork 339
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
Add Just Command Runner and Treefmt-nix; Fix Minor Bugs #1291
Conversation
…elog generation command in Justfile
…command runner module
…just.features.convco
…s and add package option
Let me know if there is anything you all need me to do with this module. I added docs and tests today. |
…on and include in pre-commit hooks
…ature/treefmt-nix
Feature/treefmt nix
@domenkozar I'm not sure if I did everything you need to merge this. Just so you know, I use AI to help write the PR and commit messages. I do all the coding myself but AI does a better job at making my documentation clear :) |
…e options across recipes
@sandydoo @domenkozar I'm very pleased with the current integration after today's refactor, which streamlined the just runner. I have other integrations ready in a separate branch for a PR, but I prefer to get this merged first. I understand it's a significant change and am eager to assist in any way needed. So let me know thanks! |
Hey, can you split this PR into separate ones for each issue? That way it makes it easier to review. |
This pull request introduces the Just command runner and Treefmt-nix, and includes fixes for several minor bugs.
Key Additions:
Just Command Runner:
pre-commit
,treefmt-nix
,devenv up
, andversion
.justfile
, which importsjust.flake
intoREQUIRED_FILES
for proper setup.Treefmt-nix:
devenv
.Development Environment Updates (
devenv.nix
):npx
dependencies by using Nix'spkgs.tailwindcss
package.Issues Addressed: