add build recipe in justfile

This commit is contained in:
ulic-youthlic 2025-02-05 21:19:33 +08:00
parent de118840bd
commit 17ba6c7e05
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 13 additions and 4 deletions

View file

@ -8,6 +8,7 @@
home.packages = with pkgs; [
spacer
devenv
just
];
};
}