feat(dev): add deploy justfile recipe
This commit is contained in:
parent
3ab5c19968
commit
c60e8df3e3
2 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
perSystem = {pkgs, ...}: {
|
||||
devShells.default = pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [just nil];
|
||||
packages = with pkgs; [just nil deploy-rs];
|
||||
};
|
||||
|
||||
formatter = pkgs.alejandra;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue