1

update python flake

This commit is contained in:
2022-10-29 23:21:41 +02:00
parent 7f49a35309
commit 194b50c4bd

View File

@ -15,7 +15,6 @@
}; };
myPython = pkgs.python310.withPackages (p: with p; [ myPython = pkgs.python310.withPackages (p: with p; [
yt-dlp
]); ]);
in { in {
devShell = pkgs.devshell.mkShell { devShell = pkgs.devshell.mkShell {