use mkShell for the python dev shell instead of mkShellNoCC

This commit is contained in:
Seaswimmer 2024-12-11 15:06:05 -05:00
parent c4ee39814b
commit 626df1980d
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -4,7 +4,7 @@ let
overlays = [ ]; overlays = [ ];
}; };
in in
pkgs.mkShellNoCC { pkgs.mkShell {
packages = with pkgs; [ packages = with pkgs; [
libnotify libnotify
python312 python312