feat: add replacement of Makefile - Justfile & Makefile.toml

This commit is contained in:
Ryan Yin
2023-07-03 00:19:29 +08:00
parent 153e941a05
commit 4b595a2c48
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Simplify NixOS-related commands
I use Makefile to simplify NixOS-related commands, which is very convenient.
You can also use other similar tools to do this job, here I will only introduce my usage as a reference.
You can also use other similar tools to do this job(such as [just](https://github.com/casey/just) and [cargo-make](https://github.com/sagiegurari/cargo-make)), here I will only introduce my usage as a reference.
My Makefile looks like this: