Skip to content

Commit

Permalink
chore: bump nixago and devshell for feature and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed May 4, 2023
1 parent 39c474c commit 80d0215
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
result

# nixago: ignore-linked-files
cog.toml
adrgen.config.yml
.conform.yaml
treefmt.toml
lefthook.yml
/cog.toml
/adrgen.config.yml
/lefthook.yml
/.conform.yaml
/treefmt.toml

# nixago-auto-created: mdbook-build-folder
docs/book/**
docs/book/**
7 changes: 7 additions & 0 deletions cells/presets/templates/rust/treefmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[formatter.rust]
command = "rustfmt"
includes = ["*.rs"]

[formatter.nix]
command = "alejandra"
includes = ["*.nix"]
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 80d0215

Please sign in to comment.