summaryrefslogtreecommitdiffstats
path: root/lass/2configs/livestream.nix
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-03-04 22:01:03 +0100
committerlassulus <lass@lassul.us>2017-03-04 22:24:12 +0100
commite1bb6d8c27d3be94e3fa18eb8958f2c885322126 (patch)
tree1ba6d88730ac3d538b93c069fb6d6328d14a3a69 /lass/2configs/livestream.nix
parente8b575db8dd94e92785015ff3479ceeb7ba3197d (diff)
l 2 livestream: use python27
Diffstat (limited to 'lass/2configs/livestream.nix')
-rw-r--r--lass/2configs/livestream.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/livestream.nix b/lass/2configs/livestream.nix
index 25d54e26..c877a8c0 100644
--- a/lass/2configs/livestream.nix
+++ b/lass/2configs/livestream.nix
@@ -4,7 +4,7 @@ with import <stockholm/lib>;
let
stream = pkgs.writeDashBin "stream" ''
- ${pkgs.python35Packages.livestreamer}/bin/livestreamer --http-header Client-ID=jzkbprff40iqj646a697cyrvl0zt2m6 -p mpv "$@"
+ ${pkgs.python27Packages.livestreamer}/bin/livestreamer --http-header Client-ID=jzkbprff40iqj646a697cyrvl0zt2m6 -p mpv "$@"
'';
in {