diff options
| author | user@node5.net <user@node5.net> | 2026-07-09 20:54:21 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-07-10 13:15:02 +0200 |
| commit | 1b0227ef6369dbcc565fc50eafd7b7bad50c7547 (patch) | |
| tree | c29116030df5e56bea10e2415c49195062b5d35a | |
| parent | 2b17ed3b444e7169ce9910422ecb9b8ab02141ae (diff) | |
flake - fix fetch script path
| -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}"; |
