mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-01-31 12:40:24 +00:00
feat: migrate command scripts to just
- Replaced bin/ shell scripts with a Justfile - Added deploy commands and 2 new commands (update, gc) - Added just to devShell
This commit is contained in:
parent
8442a022bb
commit
6d0b5f7711
7 changed files with 25 additions and 20 deletions
|
|
@ -11,8 +11,8 @@ My personal NixOS and home-manager configurations.
|
|||
```sh
|
||||
nix develop
|
||||
|
||||
deploy-nixos # Rebuild and switch the current NixOS system on this host
|
||||
deploy-home # Apply Home Manager configuration for the current user
|
||||
deploy-vps # Rebuild and switch NixOS on the remote VPS
|
||||
just deploy-nixos # Rebuild and switch the current NixOS system on this host
|
||||
just deploy-home # Apply Home Manager configuration for the current user
|
||||
just deploy-vps # Rebuild and switch NixOS on the remote VPS
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue