Update nixos-rockchip

This commit is contained in:
asonix 2023-06-09 15:31:57 -05:00
parent 399b02c3c1
commit 5e2fd84b85
2 changed files with 10 additions and 12 deletions

View file

@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1686059680,
"narHash": "sha256-sp0WlCIeVczzB0G8f8iyRg3IYW7KG31mI66z7HIZwrI=",
"lastModified": 1686237827,
"narHash": "sha256-fAZB+Zkcmc+qlauiFnIH9+2qgwM0NO/ru5pWEw3tDow=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a558f7ac29f50c4b937fb5c102f587678ae1c9fb",
"rev": "81ed90058a851eb73be835c770e062c6938c8a9e",
"type": "github"
},
"original": {
@ -36,11 +36,11 @@
},
"nixpkgsUnstable": {
"locked": {
"lastModified": 1686020360,
"narHash": "sha256-Wee7lIlZ6DIZHHLiNxU5KdYZQl0iprENXa/czzI6Cj4=",
"lastModified": 1686226982,
"narHash": "sha256-nLuiPoeiVfqqzeq9rmXxpybh77VS37dsY/k8N2LoxVg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "4729ffac6fd12e26e5a8de002781ffc49b0e94b7",
"rev": "a64b73e07d4aa65cfcbda29ecf78eaf9e72e44bd",
"type": "github"
},
"original": {
@ -63,16 +63,15 @@
]
},
"locked": {
"lastModified": 1686198998,
"narHash": "sha256-5SjDjWMiNaU4t0piyTLxKvvJCkXg2HpSioCnpHgNvnU=",
"lastModified": 1686341580,
"narHash": "sha256-JumpdYiL/ssIPArxY+3KI1Fyi1C9ggJEYdF34/DTEts=",
"owner": "asonix",
"repo": "nixos-rockchip",
"rev": "b22ae03f51cf12b21001d1a964f50869cc3c4702",
"rev": "7ebd16810ab4ba77c3ffab09db50a980e3dee9a3",
"type": "github"
},
"original": {
"owner": "asonix",
"ref": "asonix/pinetab2",
"repo": "nixos-rockchip",
"type": "github"
}

View file

@ -7,7 +7,7 @@
nixpkgsUnstable.url = "github:nixos/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
rockchip = {
url = "github:asonix/nixos-rockchip/asonix/pinetab2";
url = "github:asonix/nixos-rockchip";
inputs.nixpkgsStable.follows = "nixpkgs";
inputs.nixpkgsUnstable.follows = "nixpkgsUnstable";
inputs.utils.follows = "flake-utils";
@ -54,7 +54,6 @@
});
buildModules = ({ uBoot, fdt, kernel, extraModules ? [] }: extraModules ++ [
rockchip.nixosModules.genericExtlinuxCompatiblePatched
rockchip.nixosModules.sdImageRockchip
rockchip.nixosModules.dtOverlayPCIeFix
(customized { inherit uBoot fdt kernel; })