diff options
author | tv <tv@krebsco.de> | 2022-12-06 19:51:40 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-12-06 20:14:39 +0100 |
commit | 1cb2ba438a295b115f316a5039b0d24b800b7e51 (patch) | |
tree | 61ef75026555e59fe60a8d2ed0511485934aa1da /tv/2configs | |
parent | 758f5c9e25b9b85c62e96ebc38007ee976f63b04 (diff) |
tv imgur htgen: use scriptFile
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/imgur.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tv/2configs/imgur.nix b/tv/2configs/imgur.nix index ba84fd2..1df67f9 100644 --- a/tv/2configs/imgur.nix +++ b/tv/2configs/imgur.nix @@ -18,8 +18,6 @@ with import <stockholm/lib>; krebs.htgen.imgur = { port = 7771; - script = /* sh */ '' - (. ${pkgs.htgen-imgur}/bin/htgen-imgur) - ''; + scriptFile = "${pkgs.htgen-imgur}/bin/htgen-imgur"; }; } |