mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 01:08:32 +02:00
fix: suzu - orangepi5
This commit is contained in:
@@ -29,11 +29,12 @@ with allSystemAttrs; let
|
||||
# aarch64 related
|
||||
# using the same nixpkgs as nixos-rk3588 to utilize the cross-compilation cache.
|
||||
rk3588_pkgs = import nixos-rk3588.inputs.nixpkgs {system = x64_system;};
|
||||
rk3588_specialArgs =
|
||||
{
|
||||
inherit username userfullname useremail;
|
||||
}
|
||||
// nixos-rk3588.inputs;
|
||||
rk3588_specialArgs = {
|
||||
inherit username userfullname useremail;
|
||||
inherit (nixos-rk3588.inputs) nixpkgs;
|
||||
# Provide rk3588 inputs as special argument
|
||||
rk3588 = nixos-rk3588.inputs;
|
||||
};
|
||||
rk3588_base_args = {
|
||||
inherit home-manager;
|
||||
inherit (nixos-rk3588.inputs) nixpkgs; # or nixpkgs-unstable
|
||||
@@ -47,7 +48,6 @@ in {
|
||||
nixpkgs = import nixpkgs {system = x64_system;};
|
||||
specialArgs = allSystemSpecialArgs.x64_system;
|
||||
|
||||
|
||||
nodeSpecialArgs = {
|
||||
# riscv64 SBCs
|
||||
nozomi = lpi4a_specialArgs;
|
||||
|
||||
Reference in New Issue
Block a user