diff --git a/flake.nix b/flake.nix index 1e69cb1c..75103e43 100644 --- a/flake.nix +++ b/flake.nix @@ -74,14 +74,14 @@ ] ++ libsDarwin; # WASM deps - # WASMInputs = with pkgs; [ - # ]; + WASMInputs = with pkgs; [ + ]; - # nativeBuildInputs = with pkgs; [ - # Add additional build inputs here - #] ++ lib.optionals isDarwin [ - # Additional darwin specific native inputs can be set here - # ]; + nativeBuildInputs = with pkgs; [ + #Add additional build inputs here + ] ++ lib.optionals isDarwin [ + # Additional darwin specific native inputs can be set here + ]; in { checks = {