feat/configure-treefmt-pipeline #32

Merged
brianmcgee merged 2 commits from feat/configure-treefmt-pipeline into main 2024-05-01 10:20:10 +00:00
Showing only changes of commit 3000c65ead - Show all commits

View File

@ -23,7 +23,9 @@
in in
filter { filter {
root = ../.; root = ../.;
exclude = [./nix]; exclude = [
"nix"
];
}; };
modules = ../gomod2nix.toml; modules = ../gomod2nix.toml;