summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-07-27 14:57:26 -0600
committerAlejandro Soto <alejandro@34project.org>2024-07-27 20:10:00 -0600
commit14c56a9dd2b67102ac4c6c5648e4afb53b144eaa (patch)
treecf9dd2bb0f583baf5233253e2505cde183ce6110 /pkgs/default.nix
parentecdd297868a6a7df5b61ae38bace9462961e5b4f (diff)
pkgs: patch postfix to implement CCERTS action in access tables
Diffstat (limited to '')
-rw-r--r--pkgs/default.nix2
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: