Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ADD more pre-commit checks

+2
+2
default.nix
··· 9 9 # default_stages = ["manual" "push"]; 10 10 hooks = { 11 11 nixpkgs-fmt.enable = true; 12 + nil.enable = true; 13 + luacheck.enable = true; 12 14 }; 13 15 }; 14 16 }