From e67f32a474628cc746cfb52d4db632064fe89677 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Thu, 19 Sep 2024 13:56:55 +0200 Subject: [PATCH] fix: flake --- flake.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 = {