mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 23:27:18 +02:00
chore: revert to default lon expression
This commit is contained in:
parent
275aeccbb6
commit
9d2dac0360
2 changed files with 8 additions and 3 deletions
|
@ -16,7 +16,12 @@ let
|
|||
src = ./.;
|
||||
|
||||
hooks = {
|
||||
statix.enable = true;
|
||||
statix = {
|
||||
enable = true;
|
||||
settings.ignore = [
|
||||
"**/lon.nix"
|
||||
];
|
||||
};
|
||||
deadnix.enable = true;
|
||||
rfc101 = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue