chore(devenv): do not install cypress on darwin

This commit is contained in:
kolaente 2024-09-18 14:30:38 +02:00
parent a1105434bf
commit 1d352fcbf3
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 = {