Skip to content

Commit b6806bc

Browse files
authored
fix: nix: google-chrome installed conditionally (#12029)
1 parent 98b86f3 commit b6806bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
go_1_21
3838
go-migrate
3939
golangci-lint
40-
google-chrome
40+
# google-chrome is not available on OSX
41+
(if pkgs.stdenv.hostPlatform.isDarwin then null else google-chrome)
4142
gopls
4243
gotestsum
4344
jq

0 commit comments

Comments
 (0)