All my system configs and packages in one repo

flake: devshell does not need gcc

pluie.me 076193b5 7be2c3f9

verified
+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