mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
milkv/pioneer: init
This commit is contained in:
committed by
RaitoBezarius
parent
cac934beb3
commit
f4a07223a3
15
milkv/pioneer/linuxboot-kernel.nix
Normal file
15
milkv/pioneer/linuxboot-kernel.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ fetchFromGitHub, lib, linuxManualConfig, stdenv, ... }:
|
||||
|
||||
linuxManualConfig rec {
|
||||
inherit lib stdenv;
|
||||
modDirVersion = "6.6.20";
|
||||
version = "${modDirVersion}-milkv-pioneer";
|
||||
src = fetchFromGitHub {
|
||||
owner = "sophgo";
|
||||
repo = "linux-riscv";
|
||||
rev = "caa949e3690fe8a4656313b2b56f52666fa880db";
|
||||
hash = "sha256-qJpR3KMgvP4tfPfBfQ/MiEWg/uuuxHYuACK8taKKK3E=";
|
||||
};
|
||||
configfile = "${src}/arch/riscv/configs/sophgo_mango_normal_defconfig";
|
||||
extraMeta.branch = "sg2042-dev-6.6";
|
||||
}
|
||||
Reference in New Issue
Block a user