From 509b1962695c0cc5cda79852150094972384cb8f Mon Sep 17 00:00:00 2001
From: self <self@awful.systems>
Date: Mon, 21 Aug 2023 11:49:43 -0700
Subject: [PATCH] fix submodule error

---
 default.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/default.nix b/default.nix
index 2cb1b9cf..a3eeab1d 100644
--- a/default.nix
+++ b/default.nix
@@ -12,6 +12,7 @@ rustPlatform.buildRustPackage rec {
   '';
 
   preBuild = ''
+    rm -rf crates/utils/translations
     ln -sf ${lemmy-translations} crates/utils/translations
   '';
 
-- 
2.44.1