From d06c7bfac56ed802a8c3d4c4663401b7c72e38f8 Mon Sep 17 00:00:00 2001 From: skye Date: Tue, 25 Apr 2023 08:57:44 +0300 Subject: [PATCH] feat: define targets in client flake.nix --- client/flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/flake.nix b/client/flake.nix index 4e6c896..0fed2cd 100644 --- a/client/flake.nix +++ b/client/flake.nix @@ -22,6 +22,10 @@ extensions = [ "rust-src" ]; + targets = [ + "x86_64-unknown-linux-gnu" + #"x86_64-unknown-linux-musl" # disabled for now... had openssl issues + ]; }; naersk-lib = pkgs.callPackage naersk { }; libPath = with pkgs; lib.makeLibraryPath [ -- 2.44.1