File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 ...
55} :
66{
7- nixpkgs . hostPlatform = "aarch64-linux" ;
7+ nixpkgs . hostPlatform . system = "aarch64-linux" ;
88
99 boot = {
1010 kernelPackages = pkgs . linuxPackagesFor ( pkgs . callPackage ./bsp/ucm-imx95-linux.nix { } ) ;
Original file line number Diff line number Diff line change 3636
3737 nixpkgs . overlays = [ ( import ./overlay.nix ) ] ;
3838
39- nixpkgs . hostPlatform = "armv7l-linux" ;
39+ nixpkgs . hostPlatform . system = "armv7l-linux" ;
4040
4141 boot . initrd . availableKernelModules = [ "ahci_mvebu" ] ;
4242
Original file line number Diff line number Diff line change 11{ pkgs , lib , ... } :
22{
3- nixpkgs . hostPlatform = "aarch64-linux" ;
3+ nixpkgs . hostPlatform . system = "aarch64-linux" ;
44
55 boot = {
66 kernelPackages = pkgs . linuxPackagesFor ( pkgs . callPackage ./bsp/linux-imx8.nix { } ) ;
Original file line number Diff line number Diff line change 44 ...
55} :
66{
7- nixpkgs . hostPlatform = "aarch64-linux" ;
7+ nixpkgs . hostPlatform . system = "aarch64-linux" ;
88
99 boot = {
1010 kernelPackages = pkgs . linuxPackagesFor ( pkgs . callPackage ./bsp/imx8mp-linux.nix { } ) ;
Original file line number Diff line number Diff line change 44 ...
55} :
66{
7- nixpkgs . hostPlatform = "aarch64-linux" ;
7+ nixpkgs . hostPlatform . system = "aarch64-linux" ;
88
99 boot = {
1010 kernelPackages = pkgs . linuxPackagesFor ( pkgs . callPackage ./bsp/imx8mq-linux.nix { } ) ;
Original file line number Diff line number Diff line change 44 ...
55} :
66{
7- nixpkgs . hostPlatform = "aarch64-linux" ;
7+ nixpkgs . hostPlatform . system = "aarch64-linux" ;
88
99 boot = {
1010 kernelPackages = pkgs . linuxPackagesFor ( pkgs . callPackage ./bsp/imx93-linux.nix { } ) ;
Original file line number Diff line number Diff line change 2424 } ;
2525 } ;
2626
27- nixpkgs . hostPlatform = lib . mkDefault "aarch64-linux" ;
27+ nixpkgs . hostPlatform . system = lib . mkDefault "aarch64-linux" ;
2828
2929 powerManagement . cpuFreqGovernor = lib . mkDefault "ondemand" ;
3030}
You can’t perform that action at this time.
0 commit comments