diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-06 14:26:03 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-06 14:26:03 +0200 |
commit | 941f35b76b3fda872745f8788f8546d979513bde (patch) | |
tree | 5566d0d1416cda86b39ea8e20f115c3a69a5a30b /odin/strm.nix | |
parent | b3b957b92d66dcfa3452e377b1fa15b2342cd7b1 (diff) | |
download | nixos-941f35b76b3fda872745f8788f8546d979513bde.tar nixos-941f35b76b3fda872745f8788f8546d979513bde.tar.gz nixos-941f35b76b3fda872745f8788f8546d979513bde.tar.bz2 nixos-941f35b76b3fda872745f8788f8546d979513bde.tar.xz nixos-941f35b76b3fda872745f8788f8546d979513bde.zip |
send_kitty
Diffstat (limited to 'odin/strm.nix')
-rw-r--r-- | odin/strm.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/odin/strm.nix b/odin/strm.nix index 36d0e876..9ddec319 100644 --- a/odin/strm.nix +++ b/odin/strm.nix | |||
@@ -12,11 +12,12 @@ stdenv.mkDerivation { | |||
12 | substituteAllInPlace download_youtube | 12 | substituteAllInPlace download_youtube |
13 | substituteAllInPlace cleanup_youtube | 13 | substituteAllInPlace cleanup_youtube |
14 | substituteAllInPlace send_media | 14 | substituteAllInPlace send_media |
15 | substituteAllInPlace send_kitty | ||
15 | ''; | 16 | ''; |
16 | 17 | ||
17 | installPhase = '' | 18 | installPhase = '' |
18 | mkdir -p $out/bin | 19 | mkdir -p $out/bin |
19 | 20 | ||
20 | install -m 755 -t $out/bin download_youtube cleanup_youtube send_media | 21 | install -m 755 -t $out/bin download_youtube cleanup_youtube send_media send_kitty |
21 | ''; | 22 | ''; |
22 | } | 23 | } |