mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
feat(federation): Finalize Versia 0.6 port
This commit is contained in:
parent
fca30b4dad
commit
b7e77097ba
20 changed files with 2788 additions and 439 deletions
|
|
@ -48,6 +48,7 @@
|
|||
default = pkgs.mkShell rec {
|
||||
libPath = with pkgs;
|
||||
lib.makeLibraryPath [
|
||||
vips
|
||||
stdenv.cc.cc.lib
|
||||
];
|
||||
|
||||
|
|
@ -55,7 +56,6 @@
|
|||
|
||||
buildInputs = with pkgs; [
|
||||
bun
|
||||
vips
|
||||
nodePackages.typescript
|
||||
nodePackages.typescript-language-server
|
||||
nix-ld
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue