refactor: remove test, add in main reference
This commit is contained in:
parent
6005fc42d6
commit
5cbcde0d07
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, self, lib, pkgs, suites, profiles, test, ... }: {
|
{ config, self, lib, pkgs, suites, profiles, ... }@main: {
|
||||||
imports = lib.our.flattenListSet {
|
imports = lib.our.flattenListSet {
|
||||||
suites = with suites; [ develop ];
|
suites = with suites; [ develop ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue