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 = [ ];
|
||||
};
|
||||
in
|
||||
pkgs.mkShellNoCC {
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
libnotify
|
||||
python312
|
||||
|
|
Loading…
Reference in a new issue