Check arch in justfile

This commit is contained in:
Dave Gallant
2024-03-15 08:07:58 -04:00
parent 655053a6b3
commit 0b552baa8b
3 changed files with 10 additions and 37 deletions

View File

@@ -11,16 +11,10 @@ The configuration is very specific to my own machines and setup, but it may be a
Recipes are stored in a justfile. [just](https://github.com/casey/just) is required.
To run a NixOS rebuild:
To run a rebuild:
```sh
just build-linux
```
To run a macOS rebuild:
```sh
just build-mac
just rebuild
```
## Update
@@ -38,13 +32,7 @@ If there are updates, they should be reflected in [flake.lock](./flake.lock).
To rollback to the previous generation:
```sh
just rollback-linux
```
or on macOS:
```sh
just rollback-mac
just rollback
```
## Garbage collection