mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-02-17 05:25:04 +01:00
mnt/reform2-nitrogen8m: read kernel config into a string
This commit is contained in:
parent
35b2bfdce7
commit
1abe955ad5
1 changed files with 2 additions and 2 deletions
|
@ -77,11 +77,11 @@ in lib.overrideDerivation (buildLinux (args // {
|
||||||
in lib.lists.unique (kernelPatches ++ reformPatches ++ [{
|
in lib.lists.unique (kernelPatches ++ reformPatches ++ [{
|
||||||
name = "MNT-Reform-imx8mq-config";
|
name = "MNT-Reform-imx8mq-config";
|
||||||
patch = null;
|
patch = null;
|
||||||
extraConfig = fetchurl {
|
extraConfig = builtins.readFile (fetchurl {
|
||||||
url =
|
url =
|
||||||
"https://github.com/NixOS/nixos-hardware/releases/download/mnt-reform2-nitrogen8m-v1/kernel-config";
|
"https://github.com/NixOS/nixos-hardware/releases/download/mnt-reform2-nitrogen8m-v1/kernel-config";
|
||||||
sha256 = "1brazbr9zflb29i4fjhwn1z87bg475lqvzkksvi5n775zx28fk65";
|
sha256 = "1brazbr9zflb29i4fjhwn1z87bg475lqvzkksvi5n775zx28fk65";
|
||||||
};
|
});
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
allowImportFromDerivation = true;
|
allowImportFromDerivation = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue