Skip to content

Commit

Permalink
nixpkgs-update: pin nixpkgs-review
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Jan 7, 2025
1 parent 782800e commit b90a577
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion hosts/build02/nixpkgs-update.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,17 @@ let

coreutils
gist
nixpkgs-review
# https://github.com/Mic92/nixpkgs-review/issues/446
(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
];

Expand Down

0 comments on commit b90a577

Please sign in to comment.