This commit is contained in:
Mars 2024-06-13 17:11:47 -04:00
parent ee61c994ac
commit 60d4160033
Signed by: pupbrained
GPG key ID: EF82E8CA83FF158C
2 changed files with 17 additions and 17 deletions

View file

@ -29,12 +29,16 @@
else pkgs # TODO: Remove when fixed on darwin
);
[
curl
fmt
glib
tomlplusplus
yyjson
]
++ (
if !stdenv.isDarwin && system == "x86_64-linux"
then [pkgsStatic.curl]
else [pkgs.curl]
)
++ linuxPkgs
++ darwinPkgs;