fix(temp): change lib.our to test
This commit is contained in:
parent
e2898d00fb
commit
72059d7736
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
{ suites, profiles, pkgs, lib, ... }: {
|
||||
imports = lib.flattenListSet {
|
||||
{ suites, profiles, pkgs, lib, test, ... }: {
|
||||
imports = test.flattenListSet {
|
||||
suites = suites.graphic;
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
profiles = with profiles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue