about summary refs log tree commit diff stats
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 790ec27..1e336a1 100644
--- a/default.nix
+++ b/default.nix
@@ -16,4 +16,7 @@
 
   prettier-plugin-go-template = pkgs.callPackage ./pkgs/prettier-plugin-go-template { };
   htmlformat = pkgs.callPackage ./pkgs/htmlformat { };
+  enchant-configurable = pkgs.callPackage ./pkgs/enchant-configurable {
+    inherit (pkgs.darwin.apple_sdk.frameworks) Cocoa;
+  };
 }