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

feature/treefmt - integrate treefmt-nix #1679

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

jmuchovej
Copy link

attempting to continue the work from #1317.

@@ -3,11 +3,12 @@
let
__DEVENV_VARS__
in {
treefmt-nix.url = "github:numtide/treefmt-nix";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not add it by default, not many will use it so it should be optional.

@@ -50,6 +50,9 @@ Running ``devenv init`` generates ``devenv.nix``:
# https://devenv.sh/git-hooks/
git-hooks.hooks.shellcheck.enable = true;

# https://devenv.sh/treefmt/
treefmt.programs.nixpkgs-fmt.enable = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, not that important feature to be in the README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants