Add linux_6_2

This commit is contained in:
asonix 2023-02-22 12:40:14 -06:00
parent 3be3f28bde
commit f55e18f699
2 changed files with 9 additions and 3 deletions

View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1676569297,
"narHash": "sha256-2n4C4H3/U+3YbDrQB6xIw7AaLdFISCCFwOkcETAigqU=",
"lastModified": 1676973346,
"narHash": "sha256-rft8oGMocTAhUVqG3LW6I8K/Fo9ICGmNjRqaWTJwav0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ac1f5b72a9e95873d1de0233fddcb56f99884b37",
"rev": "d0d55259081f0b97c828f38559cad899d351cad1",
"type": "github"
},
"original": {

View file

@ -49,4 +49,10 @@ with pkgs.linuxKernel;
linux_6_1-rockchip = packagesFor (kernels.linux_6_1.override {
structuredExtraConfig = kernelConfig;
});
linux_6_2 = packages.linux_6_2;
linux_6_2-rockchip = packagesFor (kernels.linux_6_2.override {
structuredExtraConfig = kernelConfig;
});
}