Update kernel

This commit is contained in:
asonix 2023-02-22 18:59:26 -06:00
parent 7324fa1883
commit cfc7557957
2 changed files with 8 additions and 8 deletions

View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1676843283,
"narHash": "sha256-wWowEJeU0U9n7FJCTXBCMS8cGfzk4NSXBH+0wUe723U=",
"lastModified": 1677091214,
"narHash": "sha256-BTF0CXtHxLffyQQF/4Og+XoZMmZNvN4GKUnD/sgifxU=",
"ref": "refs/heads/main",
"rev": "3be3f28bdeb5b93549132114023f6c9f16d0b61b",
"revCount": 69,
"rev": "f55e18f6993499b99a92ff47a0f09c33b707d409",
"revCount": 70,
"type": "git",
"url": "https://git.asonix.dog/asonix/nixos-aarch64-images"
},
@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1676721149,
"narHash": "sha256-mN2EpTGxxVNnFZLoLWRwh6f7UWhXy4qE+wO2CZyrXps=",
"lastModified": 1676973346,
"narHash": "sha256-rft8oGMocTAhUVqG3LW6I8K/Fo9ICGmNjRqaWTJwav0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5f4e07deb7c44f27d498f8df9c5f34750acf52d2",
"rev": "d0d55259081f0b97c828f38559cad899d351cad1",
"type": "github"
},
"original": {

View file

@ -36,7 +36,7 @@
});
buildConfig = {
kernel = nixos-aarch64-images.packages.x86_64-linux.kernels.testing-rockchip;
kernel = nixos-aarch64-images.packages.x86_64-linux.kernels.linux_6_2-rockchip;
modules = [
customized
];