chore(devenv): do not install cypress on darwin
(cherry picked from commit 1d352fcbf300f3994b27207f2a0ea0385205b01d)
This commit is contained in:
parent
1e7d9c982d
commit
2b0fbe2575
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,6 +28,7 @@ vendor/
|
||||
os-packages/
|
||||
mage_output_file.go
|
||||
mage-static
|
||||
.DS_Store
|
||||
|
||||
# Devenv
|
||||
.devenv*
|
||||
|
@ -5,13 +5,14 @@ let
|
||||
in {
|
||||
packages = with pkgs-unstable; [
|
||||
# General tools
|
||||
git-cliff
|
||||
# Frontend tools
|
||||
cypress
|
||||
git-cliff
|
||||
# API tools
|
||||
golangci-lint mage
|
||||
# Desktop
|
||||
electron
|
||||
] ++ lib.optionals (!pkgs.stdenv.isDarwin) [
|
||||
# Frontend tools (exclude on Darwin)
|
||||
cypress
|
||||
];
|
||||
|
||||
languages = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user