From f221f041b3c8e2ff5a5cf39aab8a0d9d2b1376bb Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Tue, 24 Dec 2024 09:10:54 +1000 Subject: [PATCH] nixpkgs-update: pin nixpkgs-review --- hosts/build02/nixpkgs-update.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/hosts/build02/nixpkgs-update.nix b/hosts/build02/nixpkgs-update.nix index eb0ef8d8..2fb1a278 100644 --- a/hosts/build02/nixpkgs-update.nix +++ b/hosts/build02/nixpkgs-update.nix @@ -24,7 +24,16 @@ let coreutils gist - nixpkgs-review + (nixpkgs-review.overrideAttrs (_: { + name = "nixpkgs-review-2.12.0"; + version = "2.12.0"; + src = fetchFromGitHub { + owner = "Mic92"; + repo = "nixpkgs-review"; + tag = "2.12.0"; + hash = "sha256-yNdBqL3tceuoUHx8/j2y5ZTq1zeVDAm37RZtlCbC6rg="; + }; + })) tree ];