feat: define targets in client flake.nix
1 files changed, 4 insertions(+), 0 deletions(-) M client/flake.nix
M client/flake.nix => client/flake.nix +4 -0
@@ 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 [