Avoid recursive attrsets.

This commit is contained in:
R-VdP 2023-02-02 09:02:09 +00:00
parent 046d73c1a9
commit 4f9dbd70f1
No known key found for this signature in database

View file

@ -52,8 +52,8 @@
};
};
in
rec {
serviceConfig = lib.makeServiceConfig {
{
serviceConfig = self.lib.makeServiceConfig {
inherit system;
module = { imports = [ ./nix/modules ]; };
};