+7
-1
shells/default.nix
+7
-1
shells/default.nix
+2
-9
treefmt.toml
+2
-9
treefmt.toml
···
1
-
# One CLI to format the code tree - https://github.com/numtide/treefmt
2
-
3
[formatter.nix]
4
-
# Formatter to run
5
command = "nixfmt"
6
-
# Command-line arguments for the command
7
-
options = []
8
-
# Glob pattern of files to include
9
-
includes = [ "*.nix" ]
10
-
# Glob patterns of files to exclude
11
-
excludes = []