Loading pkgs/by-name/sp/spacetimedb/package.nix +1 −5 Original line number Diff line number Diff line Loading @@ -24,13 +24,9 @@ rustPlatform.buildRustPackage (finalAttrs: { nativeBuildInputs = [ pkg-config perl git ]; # Replace hardcoded git binary postPatch = '' substituteInPlace crates/cli/build.rs --replace-fail 'Command::new("git")' 'Command::new("${lib.getExe git}")' ''; cargoBuildFlags = [ "-p spacetimedb-standalone -p spacetimedb-cli" ]; checkFlags = [ Loading Loading
pkgs/by-name/sp/spacetimedb/package.nix +1 −5 Original line number Diff line number Diff line Loading @@ -24,13 +24,9 @@ rustPlatform.buildRustPackage (finalAttrs: { nativeBuildInputs = [ pkg-config perl git ]; # Replace hardcoded git binary postPatch = '' substituteInPlace crates/cli/build.rs --replace-fail 'Command::new("git")' 'Command::new("${lib.getExe git}")' ''; cargoBuildFlags = [ "-p spacetimedb-standalone -p spacetimedb-cli" ]; checkFlags = [ Loading