From f11cb5e5d6eaa3d5291cdd09b87229746eeb0b43 Mon Sep 17 00:00:00 2001 From: $and20 Date: Wed, 19 Jun 2019 19:30:01 +0200 Subject: [PATCH] Update python for youtube-dl --- hosts/pulsebert/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pulsebert/home.nix b/hosts/pulsebert/home.nix index 5821e300..d9a43aeb 100644 --- a/hosts/pulsebert/home.nix +++ b/hosts/pulsebert/home.nix @@ -12,6 +12,6 @@ tmux pulsemixer ncpamixer - python35.withPackages(ps: with ps; [ youtube-dl ]) + python37.withPackages(ps: with ps; [ youtube-dl ]) ]; } -- 2.42.0