From 04337c8c5f9c7b35034eba55221cb62f9cf93675 Mon Sep 17 00:00:00 2001 From: Bryan Bennett Date: Mon, 8 Jan 2024 15:43:53 -0500 Subject: [PATCH] Add note about justfile in readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9d3ac9d..53a8b09 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,13 @@ watch_file **/*.nix use flake_env . ``` +## Developing + +This repo uses [just](https://just.systems/) to manage simple build jobs. +After activating the development environment in the repo, run `just -l` to list tasks. + +Please remember to format code before issuing patches. + ## Credits This takes huge inspiration (and literal code-chunks) from nix-direnv.