fix nix flake check
This commit is contained in:
@@ -37,7 +37,10 @@
|
||||
statix.enable = false;
|
||||
stylua.enable = false;
|
||||
taplo.enable = false;
|
||||
yamlfmt.enable = true;
|
||||
yamlfmt = {
|
||||
enable = true;
|
||||
excludes = [ "secrets/*.yaml" ];
|
||||
};
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user