ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

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

remove --ci from git-hooks fmt

+1 -1
+1 -1
nix/hooks.nix
··· 28 28 fmt = { 29 29 enable = true; 30 30 name = "nix fmt"; 31 - entry = "${lib.getExe config.formatter} --ci"; 31 + entry = "${lib.getExe config.formatter} --no-cache"; 32 32 }; 33 33 34 34 };