Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
nabam authored Jan 28, 2024
1 parent d51e3f7 commit 03e1fdd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
kernel = (kernel system).linux_6_6_pinetab;
extraModules = [ noZFS ];
};
"Rock64" = { uBoot = (uBoot system).ubootRock64; kernel = (kernel system).linux_6_1_rockchip; extraModules = []; };
"RockPro64" = { uBoot = (uBoot system).ubootRockPro64; kernel = (kernel system).linux_6_1_rockchip; extraModules = []; };
"ROCPCRK3399" = { uBoot = (uBoot system).ubootROCPCRK3399; kernel = (kernel system).linux_6_1_rockchip; extraModules = []; };
"PinebookPro" = { uBoot = (uBoot system).ubootPinebookPro; kernel = (kernel system).linux_6_1_rockchip; extraModules = []; };
"Rock64" = { uBoot = (uBoot system).uBootRock64; kernel = (kernel system).linux_6_1_rockchip; extraModules = []; };
"RockPro64" = { uBoot = (uBoot system).uBootRockPro64; kernel = (kernel system).linux_6_1_rockchip; extraModules = []; };
"ROCPCRK3399" = { uBoot = (uBoot system).uBootROCPCRK3399; kernel = (kernel system).linux_6_1_rockchip; extraModules = []; };
"PinebookPro" = { uBoot = (uBoot system).uBootPinebookPro; kernel = (kernel system).linux_6_1_rockchip; extraModules = []; };
};

osConfigs = system: builtins.mapAttrs
Expand Down

0 comments on commit 03e1fdd

Please sign in to comment.