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 ''; }; 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";