From 9d7144ce0d27f3fb4e2635a887b5a7077dedc21d Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sat, 29 Oct 2022 23:21:41 +0200 Subject: [PATCH] update python flake --- flakes/python.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flakes/python.nix b/flakes/python.nix index 1f97fc40..007572bc 100644 --- a/flakes/python.nix +++ b/flakes/python.nix @@ -15,7 +15,6 @@ }; myPython = pkgs.python310.withPackages (p: with p; [ - yt-dlp ]); in { devShell = pkgs.devshell.mkShell {