From 194b50c4bdd3aa8bfe6165e993e72af0aec3389e 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 {