mnt/reform2-nitrogen8m: read kernel config into a string

This commit is contained in:
Emery Hemingway 2021-05-31 16:18:09 +02:00
parent 35b2bfdce7
commit 1abe955ad5
1 changed files with 2 additions and 2 deletions

View File

@ -77,11 +77,11 @@ in lib.overrideDerivation (buildLinux (args // {
in lib.lists.unique (kernelPatches ++ reformPatches ++ [{
name = "MNT-Reform-imx8mq-config";
patch = null;
extraConfig = fetchurl {
extraConfig = builtins.readFile (fetchurl {
url =
"https://github.com/NixOS/nixos-hardware/releases/download/mnt-reform2-nitrogen8m-v1/kernel-config";
sha256 = "1brazbr9zflb29i4fjhwn1z87bg475lqvzkksvi5n775zx28fk65";
};
});
}]);
allowImportFromDerivation = true;