Add just clean

This commit is contained in:
Dave Gallant
2024-03-13 21:59:35 -04:00
parent cc1e8c62f0
commit e399ecd7d3
2 changed files with 14 additions and 0 deletions

View File

@@ -41,6 +41,14 @@ To rollback to the previous generation:
just rollback
```
## Garbage collection
To cleanup previous files, run nix garbage collection:
```sh
just clean
```
## Pre-commit hooks
Pre-commit hooks are automatically activated when [direnv](https://github.com/direnv/direnv) is installed.