]> Untitled Git - lemmy.git/commitdiff
fix submodule error
authorself <self@awful.systems>
Mon, 21 Aug 2023 18:49:43 +0000 (11:49 -0700)
committerself <self@awful.systems>
Mon, 21 Aug 2023 18:49:43 +0000 (11:49 -0700)
default.nix

index 2cb1b9cf17c49893ad3d9d1040dacca2b9940ac7..a3eeab1de9d8a29d632db173ec68dfdbb2cb5e82 100644 (file)
@@ -12,6 +12,7 @@ rustPlatform.buildRustPackage rec {
   '';
 
   preBuild = ''
+    rm -rf crates/utils/translations
     ln -sf ${lemmy-translations} crates/utils/translations
   '';