All my system configs and packages in one repo
1
fork

Configure Feed

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

flake: devshell does not need gcc

+1 -1
+1 -1
flake.nix
··· 95 95 { 96 96 packages = packages' pkgs; 97 97 98 - devShells.default = pkgs.mkShell { 98 + devShells.default = pkgs.mkShellNoCC { 99 99 packages = with pkgs; [ 100 100 nil 101 101 nixfmt-rfc-style