fix: remove usage of test
This commit is contained in:
parent
a9be78daa3
commit
65dc0e36e4
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue