tv imgur htgen: use scriptFile

This commit is contained in:
tv 2022-12-06 19:51:40 +01:00
parent 139c750ee6
commit 9a9b8e56eb
1 changed files with 1 additions and 3 deletions

View File

@ -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";
};
}