Unverified Commit 4178c866 authored by Mel Bourgeois's avatar Mel Bourgeois
Browse files

dysk: mark supported on platforms.darwin

parent 5217d92c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,6 +37,6 @@ rustPlatform.buildRustPackage rec {
      koral
    ];
    mainProgram = "dysk";
    platforms = platforms.linux;
    platforms = platforms.linux ++ platforms.darwin;
  };
}