Skip to content

Commit

Permalink
[nix] remove fix-darwin.patch and use fetchpatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Emin017 committed Jan 31, 2025
1 parent 8f9d047 commit a240ca1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 104 deletions.
7 changes: 6 additions & 1 deletion templates/chisel/nix/pkgs/add-determinism/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{ lib
, rustPlatform
, fetchFromGitHub
, fetchpatch
, pkg-config
, zlib
, python3
Expand Down Expand Up @@ -33,7 +34,11 @@ rustPlatform.buildRustPackage {
};

patches = [
./fix-darwin.patch
(fetchpatch {
url = "https://github.com/Emin017/add-determinism/commit/0c6c4d1c78c845ab6b6b0666aee0e2dc85492205.patch";
sha256 = "sha256-y5blOfQuZ5GMug4cDkDDKc5jaGgQEYtLTuuLl041sZs=";
})

];

postPatch = ''
Expand Down
103 changes: 0 additions & 103 deletions templates/chisel/nix/pkgs/add-determinism/fix-darwin.patch

This file was deleted.

0 comments on commit a240ca1

Please sign in to comment.