Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ hostname := `hostname | cut -d "." -f 1`

[macos]
switch host=hostname:
nh darwin switch --hostname {{host}} .
nh darwin switch --hostname {{host}} . --ask

[linux]
switch host=hostname:
nh os switch --hostname {{host}} .
nh os switch --hostname {{host}} . --ask

update:
nix flake update --commit-lock-file
Expand Down