fix: correctly fetch GH eval results if there are no rebuilds
This commit is contained in:
parent
69b2ac722d
commit
ea88e37623
2 changed files with 5 additions and 4 deletions
7
flake.lock
generated
7
flake.lock
generated
|
|
@ -44,16 +44,17 @@
|
||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1758566810,
|
"lastModified": 1760120286,
|
||||||
"narHash": "sha256-HC2HyAHRgNHDOHUSFzeoYLOLD3ltX+EMWE+kr5RLx8c=",
|
"narHash": "sha256-bw8iRE+P54WiMvI7fAl52QLSjYb8LU4hqJT0Nc3Xt48=",
|
||||||
"owner": "Mic92",
|
"owner": "Mic92",
|
||||||
"repo": "nixpkgs-review",
|
"repo": "nixpkgs-review",
|
||||||
"rev": "7b1afb00bd3d66a6dbf1279a944b60f59db952b3",
|
"rev": "51bb651a1d69e6eb72402bb16c568ec45473f5d3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "Mic92",
|
"owner": "Mic92",
|
||||||
"repo": "nixpkgs-review",
|
"repo": "nixpkgs-review",
|
||||||
|
"rev": "51bb651a1d69e6eb72402bb16c568ec45473f5d3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||||
nixpkgs-review.url = "github:Mic92/nixpkgs-review";
|
nixpkgs-review.url = "github:Mic92/nixpkgs-review/51bb651a1d69e6eb72402bb16c568ec45473f5d3";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue