소스 검색

fix: flake

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 = {