From 3245bf78d10b9cd935539f7350e5de6d319eefaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 30 Jun 2026 09:30:47 +0200 Subject: [PATCH 1/2] nixbot: bump --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index cec436053..62846fe77 100644 --- a/flake.lock +++ b/flake.lock @@ -737,16 +737,16 @@ ] }, "locked": { - "lastModified": 1782801261, - "narHash": "sha256-bKbGxGGyHVKmG5jmeT1Dr4hciwalm9yLi00dazeqNqs=", - "ref": "restarts", - "rev": "4a859a0a6fc326773b2e6d0fee81eab19734ec1a", + "lastModified": 1782803900, + "narHash": "sha256-1n2hLy12DoRziLkOPf/ptyzNdULabcvqDiyqae+W2X4=", + "ref": "run-now", + "rev": "209439c59fd8646db2e9cecbe69dfbb7593ea696", "shallow": true, "type": "git", "url": "https://github.com/Mic92/nixbot" }, "original": { - "ref": "restarts", + "ref": "run-now", "shallow": true, "type": "git", "url": "https://github.com/Mic92/nixbot" diff --git a/flake.nix b/flake.nix index e308dffc1..8acbf78e7 100644 --- a/flake.nix +++ b/flake.nix @@ -82,7 +82,7 @@ data-mesher.inputs.treefmt-nix.follows = "treefmt-nix"; data-mesher.inputs.flake-parts.follows = "flake-parts"; - nixbot.url = "git+https://github.com/Mic92/nixbot?shallow=1&ref=restarts"; + nixbot.url = "git+https://github.com/Mic92/nixbot?shallow=1&ref=run-now"; nixbot.inputs.nixpkgs.follows = "nixpkgs"; nixbot.inputs.treefmt-nix.follows = "treefmt-nix"; From c1162ce2ee869d9c108df0dc5ba1a4a6487214af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 30 Jun 2026 09:30:53 +0200 Subject: [PATCH 2/2] fix update-packages --- checks/effects.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/effects.nix b/checks/effects.nix index dfe8253a8..1b49d0290 100644 --- a/checks/effects.nix +++ b/checks/effects.nix @@ -115,7 +115,7 @@ in minute = 0; }; outputs.effects.update-packages = mkRepoEffect "update-packages" '' - nix run .#updater -- --pr + nix run --extra-experimental-features nix-command .#updater -- --pr ''; };