fix: Infini-FRAMEWORK wrong variable references
This commit is contained in:
parent
a4a03a1fef
commit
ad5e753d88
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ suites, profiles, pkgs, lib, ... }: {
|
{ suites, profiles, pkgs, lib, ... }: {
|
||||||
imports = lib.flattenListSet {
|
imports = lib.our.flattenListSet {
|
||||||
suites = suites.graphical;
|
suites = suites.graphic;
|
||||||
imports = [ ];
|
imports = [ ];
|
||||||
profiles = with profiles; [
|
profiles = with profiles; [
|
||||||
boot.grub
|
boot.grub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue