Loading pkgs/servers/web-apps/lemmy/server.nix +4 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,10 @@ rustPlatform.buildRustPackage rec { ./tokio-macros.patch ]; preConfigure = '' echo 'pub const VERSION: &str = "${version}";' > crates/utils/src/version.rs ''; cargoSha256 = pinData.serverCargoSha256; buildInputs = [ postgresql ] Loading Loading
pkgs/servers/web-apps/lemmy/server.nix +4 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,10 @@ rustPlatform.buildRustPackage rec { ./tokio-macros.patch ]; preConfigure = '' echo 'pub const VERSION: &str = "${version}";' > crates/utils/src/version.rs ''; cargoSha256 = pinData.serverCargoSha256; buildInputs = [ postgresql ] Loading