Avoid recursive attrsets.
This commit is contained in:
parent
046d73c1a9
commit
4f9dbd70f1
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@
|
|||
};
|
||||
};
|
||||
in
|
||||
rec {
|
||||
serviceConfig = lib.makeServiceConfig {
|
||||
{
|
||||
serviceConfig = self.lib.makeServiceConfig {
|
||||
inherit system;
|
||||
module = { imports = [ ./nix/modules ]; };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue