From 576296d46356b58ab3184ffc62ca26e671df5617 Mon Sep 17 00:00:00 2001 From: Marcin Tojek Date: Tue, 6 Feb 2024 16:41:17 +0100 Subject: [PATCH] fix: nix: google-chrome installed conditionally --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 344ed21312081..cd82bfd84e35e 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,8 @@ go_1_21 go-migrate golangci-lint - google-chrome + # google-chrome is not available on OSX + (if pkgs.stdenv.hostPlatform.isDarwin then null else google-chrome) gopls gotestsum jq