mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
fix(tests): error: attribute 'rk3588' missing
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
tags,
|
||||
ssh-user,
|
||||
genSpecialArgs,
|
||||
specialArgs ? (genSpecialArgs system),
|
||||
...
|
||||
}: let
|
||||
inherit (inputs) home-manager;
|
||||
specialArgs = genSpecialArgs system;
|
||||
in
|
||||
{name, ...}: {
|
||||
deployment = {
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
myvars,
|
||||
system,
|
||||
genSpecialArgs,
|
||||
specialArgs ? (genSpecialArgs system),
|
||||
...
|
||||
}: let
|
||||
inherit (inputs) nixpkgs home-manager nix-darwin;
|
||||
specialArgs = genSpecialArgs system;
|
||||
in
|
||||
nix-darwin.lib.darwinSystem {
|
||||
inherit system specialArgs;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user