refactor: remove test, add in main reference

This commit is contained in:
Infinidoge 2021-09-26 20:52:46 -04:00
parent 6005fc42d6
commit 5cbcde0d07

View file

@ -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 ];
}; };