From 1b0227ef6369dbcc565fc50eafd7b7bad50c7547 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Thu, 9 Jul 2026 20:54:21 +0200 Subject: flake - fix fetch script path --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"; -- cgit v1.3.1