thesimplekid преди 6 месеца
родител
ревизия
e67f32a474
променени са 1 файла, в които са добавени 8 реда и са изтрити 8 реда
  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 = {