1
0
Fork 0

Remove .vale exclude

This commit is contained in:
Ethan Reece 2025-09-15 22:48:39 -05:00
parent 25bbc522c8
commit 5bedb28522
Signed by: me
GPG key ID: DD8CE04D5D8FF832
2 changed files with 14 additions and 12 deletions

18
flake.lock generated
View file

@ -41,11 +41,11 @@
]
},
"locked": {
"lastModified": 1754487366,
"narHash": "sha256-pHYj8gUBapuUzKV/kN/tR3Zvqc7o6gdFB9XKXIp1SQ8=",
"lastModified": 1756770412,
"narHash": "sha256-+uWLQZccFHwqpGqr2Yt5VsW/PbeJVTn9Dk6SHWhNRPw=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "af66ad14b28a127c5c0f3bbb298218fc63528a18",
"rev": "4524271976b625a4a605beefd893f270620fd751",
"type": "github"
},
"original": {
@ -112,11 +112,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1755960406,
"narHash": "sha256-RF7j6C1TmSTK9tYWO6CdEMtg6XZaUKcvZwOCD2SICZs=",
"lastModified": 1757974173,
"narHash": "sha256-4DpXmct/2rcLgScT1CXOLr0TUeIlrBB1rnFqCOf5MUw=",
"owner": "cachix",
"repo": "git-hooks.nix",
"rev": "e891a93b193fcaf2fc8012d890dc7f0befe86ec2",
"rev": "302af509428169db34f268324162712d10559f74",
"type": "github"
},
"original": {
@ -236,11 +236,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1756696532,
"narHash": "sha256-6FWagzm0b7I/IGigOv9pr6LL7NQ86mextfE8g8Q6HBg=",
"lastModified": 1757873102,
"narHash": "sha256-kYhNxLlYyJcUouNRazBufVfBInMWMyF+44xG/xar2yE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "58dcbf1ec551914c3756c267b8b9c8c86baa1b2f",
"rev": "88cef159e47c0dc56f151593e044453a39a6e547",
"type": "github"
},
"original": {

View file

@ -40,7 +40,8 @@
meta = {
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ katexochen ];
} // (args.meta or { });
}
// (args.meta or { });
}
// removeAttrs args [
"meta"
@ -180,7 +181,8 @@
path = vale.dictionary.path;
}
])
] ++ (lib.mapAttrsToList (name: value: value) valePackages.packages);
]
++ (lib.mapAttrsToList (name: value: value) valePackages.packages);
};
};
};
@ -286,7 +288,7 @@
settings.configPath = "${vale.directory.path}/${vale.directory.name}/${vale.config.name}";
};
};
excludes = [ "languages/en-us/.vale" ]; # TODO: Move this to only this flake
# excludes = [ "languages/en-us/.vale" ]; # TODO: Move this to only this flake
};
treefmt = {
# TODO: https://github.com/numtide/treefmt/issues/596