use mkShell
for the python dev shell instead of mkShellNoCC
This commit is contained in:
parent
c4ee39814b
commit
626df1980d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ let
|
||||||
overlays = [ ];
|
overlays = [ ];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
pkgs.mkShellNoCC {
|
pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
libnotify
|
libnotify
|
||||||
python312
|
python312
|
||||||
|
|
Loading…
Reference in a new issue