diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-14 22:26:46 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-14 22:26:46 -0500 |
| commit | 6e56daec8d09f16d78152bb53cdd83bee56e130a (patch) | |
| tree | a7ea4cb49dbc21b48151e26ef6df5a40d2d56c26 | |
| parent | cd51481cf1e4445cdf7f448dcfbdb6431b59d508 (diff) | |
Whoops, missing parameters
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -409,7 +409,7 @@ figWeb = figWebModule; figWebSecure = figWebSecureModule; }; - overlay = { + overlay = self: super: { fig = { lldap-cli = lldap-cli-wrapped; }; |
