diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ }; node5-text-tv-fetch = { type = "app"; - program = "${pkg}/bin/fetch_program.sh"; + program = "${pkg}/bin/node5-text-tv-fetch"; }; }; pythonPath = "${python.pkgs.makePythonPath attrs.dependencies}:${pkg}/${python.sitePackages}"; |
