Fix rollbacks

This commit is contained in:
Dave Gallant
2024-03-14 22:32:45 -04:00
parent 753c444ccd
commit 12c41d07ab
2 changed files with 11 additions and 2 deletions

View File

@@ -38,7 +38,13 @@ If there are updates, they should be reflected in [flake.lock](./flake.lock).
To rollback to the previous generation:
```sh
just rollback
just rollback-linux
```
or on macOS:
```sh
just rollback-mac
```
## Garbage collection