mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-01-31 08:30:25 +00:00
refactor(just): rename deploy commands to shorter aliases
- Renamed justfile commands from deploy-* to concise names - Updated README examples
This commit is contained in:
parent
213ce6601f
commit
3c314ad5bd
2 changed files with 6 additions and 6 deletions
6
justfile
6
justfile
|
|
@ -6,13 +6,13 @@ default:
|
|||
_check-nh:
|
||||
@command -v nh > /dev/null 2>&1 || echo "nh is not in PATH. Run 'nix develop' first."
|
||||
|
||||
deploy-nixos: _check-nh
|
||||
nixos: _check-nh
|
||||
nh os switch .
|
||||
|
||||
deploy-vps: _check-nh
|
||||
vps: _check-nh
|
||||
nh os switch . -H vps --target-host root@vps
|
||||
|
||||
deploy-home: _check-nh
|
||||
home: _check-nh
|
||||
nh home switch .
|
||||
|
||||
update:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue