mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-04 21:18:28 +03:00
support/additional-devices: Add kernel to kernel test VM
This commit is contained in:
parent
fa95a51c17
commit
e9b1642c67
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,19 @@
|
||||
{ mobile-nixos
|
||||
, fetchFromGitHub
|
||||
, ...
|
||||
}:
|
||||
|
||||
mobile-nixos.kernel-builder rec {
|
||||
version = "6.2.0";
|
||||
configfile = ./config.x86_64;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "torvalds";
|
||||
repo = "linux";
|
||||
rev = "v6.2";
|
||||
sha256 = "sha256-woUP0KZEnwYEzvQEc1OBoCTjkLl8JjYAT4CxFVrfIjU=";
|
||||
};
|
||||
|
||||
isModular = false;
|
||||
isCompressed = false;
|
||||
}
|
Loading…
Reference in New Issue
Block a user