Skip to content

Commit f8f8070

Browse files
committed
Revert "fix(nix): add patch fixing breakage of treelib in nixpkgs"
This reverts commit 2abbf90.
1 parent 322be03 commit f8f8070

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

flake.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@
3636

3737
# Temporary patches for nixpkgs required for current unblob
3838
nixpkgsPatches = [
39-
# treelib: fix build
40-
{
41-
url = "https://github.com/NixOS/nixpkgs/pull/438230/commits/dc683065d9bd488008f56e8b7c5928563300001a.patch";
42-
hash = "sha256-V2SoaLpE46+J0L/KlVzASZtL8pUPbHu6B8VgcCPBaxw=";
43-
}
4439
];
4540

4641
# Helper function to generate an attrset '{ x86_64-linux = f "x86_64-linux"; ... }'.

0 commit comments

Comments
 (0)