From 3eff5cb4111eee1bdfc4f5953ba2a2376b2256c3 Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Tue, 9 Sep 2025 00:02:54 +0900 Subject: [PATCH] feat(nix): add slack Signed-off-by: Seongmin Lee --- nix/flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/flake.nix b/nix/flake.nix index 23cb2f5..db29965 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -19,6 +19,7 @@ system = "aarch64-darwin"; pkgs = import nixpkgs { inherit system; + config.allowUnfree = true; overlays = [ (import ./overlays/jpm.nix) (import ./overlays/bleve.nix) @@ -84,6 +85,7 @@ pkgs.iina pkgs.macmon pkgs.docker + pkgs.slack ] else []); }; }; -- 2.51.2