diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-06 14:28:15 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-06 14:28:15 +0200 |
commit | 6f457860ffd4313109a19a57a776b3ec157c4d22 (patch) | |
tree | 471dc4db0cd9e89528bc6ca2ebc8ad68eef101c2 /odin | |
parent | 941f35b76b3fda872745f8788f8546d979513bde (diff) | |
download | nixos-6f457860ffd4313109a19a57a776b3ec157c4d22.tar nixos-6f457860ffd4313109a19a57a776b3ec157c4d22.tar.gz nixos-6f457860ffd4313109a19a57a776b3ec157c4d22.tar.bz2 nixos-6f457860ffd4313109a19a57a776b3ec157c4d22.tar.xz nixos-6f457860ffd4313109a19a57a776b3ec157c4d22.zip |
cleanup
Diffstat (limited to 'odin')
-rw-r--r-- | odin/strm.nix | 6 |
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 | } |