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, ... }: {
|
{ suites, profiles, pkgs, lib, ... }: {
|
||||||
imports = test.flattenListSet {
|
imports = lib.our.flattenListSet {
|
||||||
suites = suites.graphic;
|
suites = suites.graphic;
|
||||||
imports = [ ./hardware-configuration.nix ];
|
imports = [ ./hardware-configuration.nix ];
|
||||||
profiles = with profiles;
|
profiles = with profiles;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue