1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Fix infinite recursion somewhat

This commit is contained in:
RGBCube 2023-11-23 16:01:37 +03:00
parent 9a78668ebd
commit cb3e57b901
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@
ulib = rec {
recursiveUpdate3 = x: y: z: lib.recursiveUpdate x (lib.recursiveUpdate y z);
imports = paths: {
importAll = paths: {
imports = paths;
};

View file

@ -1,4 +1,4 @@
{ recursiveUpdate3, systemConfiguration, homeConfiguration, imports, ... }: recursiveUpdate3
{ recursiveUpdate3, systemConfiguration, homeConfiguration, importAll, ... }: recursiveUpdate3
(systemConfiguration {
boot.loader = {
@ -14,7 +14,7 @@
home.stateVersion = "23.05";
})
(imports [
(importAll [
./bat
./blueman
./discord