fix(tests): error: attribute 'rk3588' missing

This commit is contained in:
Ryan Yin
2024-03-25 00:00:12 +08:00
parent 55d0c4f87c
commit e5606b6619
7 changed files with 14 additions and 8 deletions

View File

@@ -5,11 +5,11 @@
genSpecialArgs,
nixos-modules,
home-modules ? [],
specialArgs ? (genSpecialArgs system),
myvars,
...
}: let
inherit (inputs) nixpkgs home-manager nixos-generators;
specialArgs = genSpecialArgs system;
in
nixpkgs.lib.nixosSystem {
inherit system specialArgs;