fix: nix: google-chrome installed conditionally (#12029)

This commit is contained in:
Marcin Tojek 2024-02-06 16:46:58 +01:00 committed by GitHub
parent 98b86f3cd6
commit b6806bca70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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