Skip to content

Commit

Permalink
overlays/nixpkgs-review: use gh eval fork
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 17, 2024
1 parent effafa7 commit 7dc7152
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions overlays/nixpkgs-review/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
_: _final: prev: {
nixpkgs-review = prev.nixpkgs-review.overridePythonAttrs {
src = prev.fetchFromGitHub {
owner = "GaetanLepage";
repo = "nixpkgs-review";
rev = "b39402126bdd48d7604634f428687267cf8f3b77";
hash = "sha256-nDNxnyu3M7yuL/Md4BJZzFGc5kFzOIUhpwi45pafjw8=";
};
dependencies = with prev.python3Packages; [
argcomplete
requests
];
};
}

0 comments on commit 7dc7152

Please sign in to comment.