Server, deploy-rs

This commit is contained in:
Aleksandr Lebedev 2025-08-10 11:48:47 +02:00
parent 8468556385
commit df711fbbe6
13 changed files with 828 additions and 39 deletions

View file

@ -0,0 +1,10 @@
{
pkgs,
mkShell,
...
}:
mkShell {
packages = with pkgs; [
pkgs.deploy-rs
];
}