Skip to content

Commit

Permalink
shell: drop libgit2 overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Aug 29, 2024
1 parent 648d49a commit 4a1dd2a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,7 @@ in mkShell {
];

buildInputs = [
# https://github.com/NixOS/nixpkgs/pull/317275
(libgit2.overrideAttrs (oldAttrs: rec {
version = "1.8.1";
src = fetchFromGitHub {
owner = "libgit2";
repo = "libgit2";
rev = "v${version}";
hash = "sha256-J2rCxTecyLbbDdsyBWn9w7r3pbKRMkI9E7RvRgAqBdY=";
};
}))
libgit2
openssl
];

Expand Down

0 comments on commit 4a1dd2a

Please sign in to comment.