1

update python flake

This commit is contained in:
2022-10-29 23:21:41 +02:00
parent d748a59a4a
commit 9d7144ce0d

View File

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