Last active
August 27, 2021 16:29
-
-
Save ivankovnatsky/fc27e9bc7505bc1e739a19c12d8a776b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kernelPackages = pkgs.linuxPackagesFor | |
(pkgs.linux_testing.override { | |
argsOverride = rec { | |
src = pkgs.fetchurl { | |
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz"; | |
sha256 = "sha256-zeHvEipSGZ3Db9oLoRJ9u7k2wWhwJO9iCdHwaN4mdOA="; | |
}; | |
version = "5.14-rc7"; | |
modDirVersion = "5.14.0-rc7"; | |
}; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment