forked from vikunja/vikunja
chore(devenv): do not install cypress on darwin
This commit is contained in:
parent
a1105434bf
commit
1d352fcbf3
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