summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin/strm.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/odin/strm.nix b/odin/strm.nix
index 9ddec319..f5c5a2c1 100644
--- a/odin/strm.nix
+++ b/odin/strm.nix
@@ -18,6 +18,10 @@ stdenv.mkDerivation {
18 installPhase = '' 18 installPhase = ''
19 mkdir -p $out/bin 19 mkdir -p $out/bin
20 20
21 install -m 755 -t $out/bin download_youtube cleanup_youtube send_media send_kitty 21 install -m 755 -t $out/bin \
22 download_youtube \
23 cleanup_youtube \
24 send_media \
25 send_kitty
22 ''; 26 '';
23} 27}