add deploy-rs command

This commit is contained in:
Simon Gardling 2025-06-18 20:56:13 -07:00
parent 849903f08d
commit 9fe158da7b
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -190,6 +190,10 @@ in
# java assembler # java assembler
jasmin jasmin
# used to deploy nix system to server
# (and in the future, desktop)
deploy-rs
] ]
++ rust_pkgs ++ rust_pkgs
++ lsps; ++ lsps;