summaryrefslogtreecommitdiffstats
path: root/lass/2configs/livestream.nix
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-09-07 12:26:31 +0200
committerlassulus <git@lassul.us>2023-09-07 12:40:43 +0200
commit2e5167de1560ad0d7b8e294c72e1913f694160c2 (patch)
treeb618daa9f125650e9276bae7848f854c48d6c95e /lass/2configs/livestream.nix
parent6a3a423dad19264c0c42821c7676e85ecc122d21 (diff)
lass: migrate awayriplass
Diffstat (limited to 'lass/2configs/livestream.nix')
-rw-r--r--lass/2configs/livestream.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/lass/2configs/livestream.nix b/lass/2configs/livestream.nix
deleted file mode 100644
index c877a8c0..00000000
--- a/lass/2configs/livestream.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ config, pkgs, ... }:
-with import <stockholm/lib>;
-
-let
-
- stream = pkgs.writeDashBin "stream" ''
- ${pkgs.python27Packages.livestreamer}/bin/livestreamer --http-header Client-ID=jzkbprff40iqj646a697cyrvl0zt2m6 -p mpv "$@"
- '';
-
-in {
- environment.systemPackages = [ stream ];
-}