1
0

chore(devenv): do not install cypress on darwin

(cherry picked from commit 1d352fcbf300f3994b27207f2a0ea0385205b01d)
This commit is contained in:
kolaente 2024-09-18 14:30:38 +02:00
parent 1e7d9c982d
commit 2b0fbe2575
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
2 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@ -28,6 +28,7 @@ vendor/
os-packages/
mage_output_file.go
mage-static
.DS_Store
# Devenv
.devenv*

View File

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