flake: checks: enable 'deadnix'
ci/woodpecker/push/check Pipeline was successful Details

This commit is contained in:
Bruno BELANYI 2023-05-03 15:14:24 +00:00
parent 284b83b896
commit c117d1caed
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
settings = { settings = {
hooks = { hooks = {
deadnix = {
enable = true;
};
nixpkgs-fmt = { nixpkgs-fmt = {
enable = true; enable = true;
}; };