Avoid using Swift on Linux

This commit is contained in:
Přemysl Eric Janouch 2023-07-06 06:42:48 +02:00
parent d460bbda07
commit e747c8f084
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ pkgs.stdenv.mkDerivation rec {
go
nodejs
] ++ lib.optionals stdenv.isDarwin [
# This was broken on Linux.
swift
];