fix infinite recursion
This commit is contained in:
committed by
Johannes Kirschbauer
parent
45058ff818
commit
6f1ab30881
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user