mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-01-02 06:03:06 +00:00
fix in flake.nix pkgs.stdenv.isDarwin
This commit is contained in:
parent
98b738c9c2
commit
26e13dd87a
@ -41,7 +41,7 @@
|
|||||||
packages = forAllSystems (system: let
|
packages = forAllSystems (system: let
|
||||||
pkgs = pkgsFor.${system};
|
pkgs = pkgsFor.${system};
|
||||||
targets = builtins.filter
|
targets = builtins.filter
|
||||||
(t: !(stdenv.isDarwin && builtins.match "libsds-android.*" t != null))
|
(t: !(pkgs.stdenv.isDarwin && builtins.match "libsds-android.*" t != null))
|
||||||
[
|
[
|
||||||
"libsds-android-arm64"
|
"libsds-android-arm64"
|
||||||
"libsds-android-amd64"
|
"libsds-android-amd64"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user