mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-16 06:31:24 +01:00
Add note about justfile in readme
This commit is contained in:
parent
fa7b93e3da
commit
04337c8c5f
1 changed files with 7 additions and 0 deletions
|
|
@ -40,6 +40,13 @@ watch_file **/*.nix
|
||||||
use flake_env .
|
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
|
## Credits
|
||||||
|
|
||||||
This takes huge inspiration (and literal code-chunks) from nix-direnv.
|
This takes huge inspiration (and literal code-chunks) from nix-direnv.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue