enchant-configurable: init at 2.6.9
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
M default.nix → default.nix
@@ -16,4 +16,7 @@ overlays = import ./overlays; # nixpkgs overlays 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; + }; }