thesimplekid 6 kuukautta sitten
vanhempi
säilyke
e67f32a474
1 muutettua tiedostoa jossa 8 lisäystä ja 8 poistoa
  1. 8 8
      flake.nix

+ 8 - 8
flake.nix

@@ -74,14 +74,14 @@
         ] ++ libsDarwin;
 
         # WASM deps
-        # WASMInputs = with pkgs; [
-        # ];
-
-        # nativeBuildInputs = with pkgs; [
-        # Add additional build inputs here
-        #] ++ lib.optionals isDarwin [
-        # Additional darwin specific native inputs can be set here
-        # ];
+        WASMInputs = with pkgs; [
+        ];
+
+        nativeBuildInputs = with pkgs; [
+          #Add additional build inputs here
+        ] ++ lib.optionals isDarwin [
+          # Additional darwin specific native inputs can be set here
+        ];
       in
       {
         checks = {