From c1b4370bace27c77a9dd5210aea6eff0af7c7105 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 22 Oct 2019 00:33:29 +0200 Subject: [PATCH] auto-pr: nixos-19.09 --- services/auto-pr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/auto-pr.nix b/services/auto-pr.nix index 228f7a9..6e80885 100644 --- a/services/auto-pr.nix +++ b/services/auto-pr.nix @@ -27,7 +27,7 @@ in ignoreCollisions = true; }; in "${pkgs.writeShellScriptBin "run.sh" '' - ${env}/bin/python ${pkgs.writeScript "pr-autobot.py" "${readFile ./pr-autobot.py}"} --private-key /var/lib/auto-pr-bot/private-key.pem --app-id 19565 --installation-id 407088 --repo nyanloutre/nixpkgs --cache-dir /var/cache/auto-pr-bot --version 19.03 + ${env}/bin/python ${pkgs.writeScript "pr-autobot.py" "${readFile ./pr-autobot.py}"} --private-key /var/lib/auto-pr-bot/private-key.pem --app-id 19565 --installation-id 407088 --repo nyanloutre/nixpkgs --cache-dir /var/cache/auto-pr-bot --version 19.09 ''}/bin/run.sh"; }; };