fix: remove usage of test

This commit is contained in:
Infinidoge 2021-10-01 18:34:32 -04:00
parent a9be78daa3
commit 65dc0e36e4

View file

@ -1,5 +1,5 @@
{ suites, profiles, pkgs, lib, test, ... }: {
imports = test.flattenListSet {
{ suites, profiles, pkgs, lib, ... }: {
imports = lib.our.flattenListSet {
suites = suites.graphic;
imports = [ ./hardware-configuration.nix ];
profiles = with profiles;