We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322be03 commit f8f8070Copy full SHA for f8f8070
flake.nix
@@ -36,11 +36,6 @@
36
37
# Temporary patches for nixpkgs required for current unblob
38
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
- }
44
];
45
46
# Helper function to generate an attrset '{ x86_64-linux = f "x86_64-linux"; ... }'.
0 commit comments