lol

pay-respects: fix error `--set: command not found` on AI integration (#414691)

authored by

Aleksana and committed by
GitHub
fa7482c7 074f3d98

+1 -1
+1 -1
nixos/modules/programs/pay-respects.nix
··· 44 44 '' 45 45 mkdir -p $out/bin 46 46 makeWrapper ${getExe cfg.package} $out/bin/${cfg.package.meta.mainProgram} \ 47 - ${optionalString (cfg.aiIntegration == false) "--set _PR_AI_DISABLE true"} 47 + ${optionalString (cfg.aiIntegration == false) "--set _PR_AI_DISABLE true"} \ 48 48 ${optionalString (cfg.aiIntegration != false) '' 49 49 --set _PR_AI_URL ${cfg.aiIntegration.url} \ 50 50 --set _PR_AI_MODEL ${cfg.aiIntegration.model} \