Compare commits
No commits in common. "3a60edd14779b6b1f71465593d75dcdabfecb4b1" and "6b9efe77ca80653354981c720af3c4241ac71490" have entirely different histories.
3a60edd147
...
6b9efe77ca
3 changed files with 7 additions and 17 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -21,16 +21,16 @@
|
|||
"linux-jhovold": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1728631036,
|
||||
"narHash": "sha256-1LnClVjY6WS+IR9eqPFA7gzXm0cio3mY23NXj9cKHHs=",
|
||||
"lastModified": 1726563586,
|
||||
"narHash": "sha256-hZ8yue7OsrXuwoXz09/dmIiKJIQEPixK39l5S/xvJfA=",
|
||||
"owner": "jhovold",
|
||||
"repo": "linux",
|
||||
"rev": "6a97bc22fa36010400b91e6d5979741c391112c3",
|
||||
"rev": "c8032fa3062e04cbb68f070959fc746b91abb16e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "jhovold",
|
||||
"ref": "wip/sc8280xp-6.12-rc2",
|
||||
"ref": "wip/sc8280xp-6.11",
|
||||
"repo": "linux",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
|
||||
linux-jhovold.url = "github:jhovold/linux/wip/sc8280xp-6.12-rc2";
|
||||
linux-jhovold.url = "github:jhovold/linux/wip/sc8280xp-6.11";
|
||||
linux-jhovold.flake = false;
|
||||
};
|
||||
|
||||
|
|
|
@ -13,17 +13,7 @@ let
|
|||
// {
|
||||
modDirVersion = version;
|
||||
|
||||
kernelPatches = (args.kernelPatches or [ ]) ++ [
|
||||
{
|
||||
name = "compress-kernel-modules";
|
||||
patch = null;
|
||||
extraConfig = ''
|
||||
MODULE_COMPRESS y
|
||||
MODULE_COMPRESS_ALL y
|
||||
MODULE_COMPRESS_XZ y
|
||||
'';
|
||||
}
|
||||
];
|
||||
kernelPatches = (args.kernelPatches or [ ]) ++ [ ];
|
||||
extraMeta.branch = lib.versions.majorMinor version;
|
||||
}
|
||||
);
|
||||
|
@ -31,7 +21,7 @@ in
|
|||
{
|
||||
linux_jhovold = pkgs.callPackage linux_x13s_pkg {
|
||||
src = inputs.linux-jhovold;
|
||||
version = "6.12.0-rc2";
|
||||
version = "6.11.0";
|
||||
defconfig = "johan_defconfig";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue