mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
flake: update
This commit is contained in:
parent
096bdba0a0
commit
84a34639cf
1 changed files with 4 additions and 4 deletions
|
@ -63,7 +63,10 @@
|
|||
# enable pre-commit checks
|
||||
pre-commit.settings = {
|
||||
hooks = {
|
||||
deadnix.enable = true;
|
||||
deadnix = {
|
||||
enable = true;
|
||||
settings.noLambdaPatternNames = true;
|
||||
};
|
||||
markdownlint.enable = true;
|
||||
nixpkgs-fmt.enable = true;
|
||||
shellcheck.enable = true;
|
||||
|
@ -77,9 +80,6 @@
|
|||
excludes = [ "secrets\\.yaml" ];
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
deadnix.noLambdaPatternNames = true;
|
||||
};
|
||||
};
|
||||
|
||||
devShells.default = pkgs.mkShellNoCC {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue