From ea88e37623d147f12f73d1122cfebab50147bf6d Mon Sep 17 00:00:00 2001 From: Defelo Date: Fri, 10 Oct 2025 20:19:53 +0200 Subject: [PATCH] fix: correctly fetch GH eval results if there are no rebuilds --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 65b0f40..d430861 100644 --- a/flake.lock +++ b/flake.lock @@ -44,16 +44,17 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1758566810, - "narHash": "sha256-HC2HyAHRgNHDOHUSFzeoYLOLD3ltX+EMWE+kr5RLx8c=", + "lastModified": 1760120286, + "narHash": "sha256-bw8iRE+P54WiMvI7fAl52QLSjYb8LU4hqJT0Nc3Xt48=", "owner": "Mic92", "repo": "nixpkgs-review", - "rev": "7b1afb00bd3d66a6dbf1279a944b60f59db952b3", + "rev": "51bb651a1d69e6eb72402bb16c568ec45473f5d3", "type": "github" }, "original": { "owner": "Mic92", "repo": "nixpkgs-review", + "rev": "51bb651a1d69e6eb72402bb16c568ec45473f5d3", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 24550d3..301255c 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - nixpkgs-review.url = "github:Mic92/nixpkgs-review"; + nixpkgs-review.url = "github:Mic92/nixpkgs-review/51bb651a1d69e6eb72402bb16c568ec45473f5d3"; }; outputs =