Skip to content

Commit

Permalink
overlays/nixpkgs-review: 2.12.0 overlay
Browse files Browse the repository at this point in the history
Until in nixos-unstable
  • Loading branch information
khaneliman committed Oct 11, 2024
1 parent f404fcf commit 0d09feb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 1 addition & 6 deletions modules/home/suites/development/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,7 @@ in
hydra-check
nixpkgs-hammering
nixpkgs-lint-community
(nixpkgs-review.overrideAttrs (_oldAttrs: {
patches = [
./master.patch
./multi.patch
];
}))
nixpkgs-review
nix-update
nix-output-monitor
snowfall-flake.packages.${system}.flake
Expand Down
12 changes: 12 additions & 0 deletions overlays/nixpkgs-review/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
_: _final: prev: {
# TODO: remove after in unstable
nixpkgs-review = prev.nixpkgs-review.overrideAttrs (_oldAttrs: {
version = "2.12.0";
src = prev.fetchFromGitHub {
owner = "Mic92";
repo = "nixpkgs-review";
rev = "refs/tags/2.12.0";
hash = "sha256-yNdBqL3tceuoUHx8/j2y5ZTq1zeVDAm37RZtlCbC6rg=";
};
});
}

0 comments on commit 0d09feb

Please sign in to comment.