Merge remote-tracking branch 'upstream/main' into rust-command-parser

This commit is contained in:
dusk 2025-01-21 00:46:50 +09:00
commit 07b616e422
No known key found for this signature in database
30 changed files with 1253 additions and 282 deletions

View file

@ -121,6 +121,10 @@
name = "pk-devshell";
nativeBuildInputs = bot.nativeBuildInputs ++ services.nativeBuildInputs;
};
docs = pkgs.mkShellNoCC {
buildInputs = with pkgs; [ nodejs yarn ];
NODE_OPTIONS = "--openssl-legacy-provider";
};
};
process-compose."dev" =