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/
|
os-packages/
|
||||||
mage_output_file.go
|
mage_output_file.go
|
||||||
mage-static
|
mage-static
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
# Devenv
|
# Devenv
|
||||||
.devenv*
|
.devenv*
|
||||||
|
@ -5,13 +5,14 @@ let
|
|||||||
in {
|
in {
|
||||||
packages = with pkgs-unstable; [
|
packages = with pkgs-unstable; [
|
||||||
# General tools
|
# General tools
|
||||||
git-cliff
|
git-cliff
|
||||||
# Frontend tools
|
|
||||||
cypress
|
|
||||||
# API tools
|
# API tools
|
||||||
golangci-lint mage
|
golangci-lint mage
|
||||||
# Desktop
|
# Desktop
|
||||||
electron
|
electron
|
||||||
|
] ++ lib.optionals (!pkgs.stdenv.isDarwin) [
|
||||||
|
# Frontend tools (exclude on Darwin)
|
||||||
|
cypress
|
||||||
];
|
];
|
||||||
|
|
||||||
languages = {
|
languages = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user