build: replace justfile with run

This commit is contained in:
Oliver Davies 2023-10-07 01:30:42 +01:00
parent 44fea3ce7c
commit e61b2bff17
6 changed files with 78 additions and 68 deletions

View file

@ -16,7 +16,6 @@
devshells.default = {
packages = with pkgs; [
"awscli"
"just"
"nodejs_20"
"yarn"
];