this repo has no description
0
fork

Configure Feed

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

build: fix treefmt by pointing directly to a rustfmt binary

+3 -1
+3 -1
flake.nix
··· 135 135 prettier.enable = true; 136 136 rustfmt = { 137 137 enable = true; 138 - package = toolChain; 138 + package = pkgs.writeShellScriptBin "rustfmt" '' 139 + exec ${fenixStable.rustfmt}/bin/rustfmt "$@" 140 + ''; 139 141 }; 140 142 }; 141 143 };