surrealdb-migrations: cleanup

This commit is contained in:
Weijia Wang 2023-05-27 02:18:49 +03:00 committed by Yt
parent 442a6dbd36
commit fe53f2096b

View file

@ -24,13 +24,6 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-1+cvOhDeH9vx/8J1RwKLPdkBmqBKFmbNXv3H44pZfj0=";
# nativeBuildInputs = [
# pkg-config
# # needed on top of LIBCLANG_PATH to compile rquickjs
# llvmPackages.clang
# ];
buildInputs = [ ]
++ lib.optionals stdenv.isDarwin [ Security ];