summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 3eae993..3da58ef 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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}";