Live location tracking and playback for the game "manhunt"
0
fork

Configure Feed

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

Add rustfmt to flakelight formatters

Ben C f602f385 e7d278b0

+1
+1
flake.nix
··· 18 18 formatters = { 19 19 "*.nix" = "alejandra ."; 20 20 "*.{js,ts,jsx,tsx,md,json}" = "prettier --write . --config frontend/.prettierrc.yaml"; 21 + "*.rs" = "cd backend; cargo fmt"; 21 22 }; 22 23 23 24 devShell = pkgs: let