mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
system: fix the system setting for nixpkgs
90cb787644
Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
This commit is contained in:
parent
2e85ae1b70
commit
eea20ba3b0
7 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
nixpkgs.hostPlatform = "aarch64-linux";
|
||||
nixpkgs.hostPlatform.system = "aarch64-linux";
|
||||
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackagesFor (pkgs.callPackage ./bsp/ucm-imx95-linux.nix { });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue