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 8482a3f commit fc87bc3Copy full SHA for fc87bc3
flake.nix
@@ -37,7 +37,13 @@
37
];
38
39
# Temporary patches for nixpkgs required for current unblob
40
- nixpkgsPatches = [ ];
+ nixpkgsPatches = [
41
+ # ubi_reader: 0.8.9 -> 0.8.10
42
+ {
43
+ url = "https://github.com/NixOS/nixpkgs/commit/a3b3188908f87f3c2bafd6b66ab2c0df2c059fa9.patch";
44
+ hash = "sha256-MYP5q7KwbGzx01GYxvb4YwkLPV/aSzbI4Cbp+olw9a0=";
45
+ }
46
+ ];
47
48
# Helper function to generate an attrset '{ x86_64-linux = f "x86_64-linux"; ... }'.
49
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
0 commit comments