this repo has no description
0
fork

Configure Feed

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

fix(flake): set name for devshell

+1
+1
flake.nix
··· 48 48 49 49 devShells.default = pkgs.mkShell { 50 50 inherit (self.checks.${system}.pre-commit-check) shellHook; 51 + name = "cmprss"; 51 52 52 53 # Rust Analyzer needs to be able to find the path to default crate 53 54 # sources, and it can read this environment variable to do so. The