this repo has no description
0
fork

Configure Feed

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

fix: remove leftover comment

-1
-1
flake.nix
··· 123 123 124 124 devShells.default = pkgs.mkShell { 125 125 name = "cmprss"; 126 - # inherit (self.checks.${system}.pre-commit-check) shellHook; 127 126 shellHook = '' 128 127 ${self.checks.${system}.pre-commit-check.shellHook} 129 128 echo ---------------------