Merge pull request #142 from vicgeentor/fix-package-option
Deploy / run-nix-build (push) Has been cancelled
Deploy / deploy-site (push) Has been cancelled
Lint / fmt (push) Has been cancelled
Lint / build-website (push) Has been cancelled
Lint / test (push) Has been cancelled

fix: use cfg.package instead of pkgs.bazarr in the bazarr module
This commit is contained in:
Alexandra Østermark
2026-02-08 10:14:26 +01:00
committed by GitHub
+1 -1
View File
@@ -93,7 +93,7 @@ in {
Group = globals.bazarr.group;
SyslogIdentifier = "bazarr";
ExecStart = pkgs.writeShellScript "start-bazarr" ''
${pkgs.bazarr}/bin/bazarr \
${cfg.package}/bin/bazarr \
--config '${cfg.stateDir}' \
--port ${toString cfg.port} \
--no-update True