mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-14 20:35:17 +00:00
Nix: add missing lib specifier in module
This commit is contained in:
@@ -97,7 +97,7 @@ in
|
||||
UMask = "077";
|
||||
WorkingDirectory = "/var/lib/spacebarchat-server/";
|
||||
}
|
||||
// optionalAttrs (cfg.databaseFile != null) { EnvironmentFile = cfg.databaseFile; };
|
||||
// lib.optionalAttrs (cfg.databaseFile != null) { EnvironmentFile = cfg.databaseFile; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user