diff options
Diffstat (limited to '')
| -rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 1c3bac2..45b3f4f 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -37,6 +37,8 @@ in home-assistant-custom-lovelace-modules = prev.home-assistant-custom-lovelace-modules // { xiaomi-vacuum-map-card = final.callPackage ./lovelace-xiaomi-vacuum-map-card { }; }; + + postfix = callPackage ./postfix { inherit (prev) postfix; }; } // ( let makePyOverrides = version: |
