fix infinite recursion

This commit is contained in:
Jörg Thalheim
2025-02-03 10:58:55 +07:00
committed by Johannes Kirschbauer
parent 45058ff818
commit 6f1ab30881
4 changed files with 4 additions and 14 deletions

View File

@@ -3,7 +3,6 @@
nixpkgs,
clan-core,
self,
directory ? null,
specialArgs ? { },
}:
# Returns a function that takes self, which should point to the directory of the flake
@@ -17,7 +16,6 @@ module:
module
{
inherit specialArgs;
directory = lib.mkIf (directory != null) directory;
}
];
}).config