projects
/
lemmy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e90ad54
)
fix submodule error
author
self
<self@awful.systems>
Mon, 21 Aug 2023 18:49:43 +0000
(11:49 -0700)
committer
self
<self@awful.systems>
Mon, 21 Aug 2023 18:49:43 +0000
(11:49 -0700)
default.nix
patch
|
blob
|
history
diff --git
a/default.nix
b/default.nix
index 2cb1b9cf17c49893ad3d9d1040dacca2b9940ac7..a3eeab1de9d8a29d632db173ec68dfdbb2cb5e82 100644
(file)
--- 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
'';