feat: migrate command scripts to just

- Replaced bin/ shell scripts with a Justfile
- Added deploy commands and 2 new commands (update, gc)
- Added just to devShell
This commit is contained in:
toast 2026-01-11 14:24:39 +09:00
parent 8442a022bb
commit 6d0b5f7711
7 changed files with 25 additions and 20 deletions

View file

@ -89,11 +89,8 @@
pkgs.sops
pkgs.git
pkgs.git-crypt
pkgs.just
];
shellHook = ''
export PATH=${builtins.toPath ./bin}:$PATH
'';
};
}
);