nixos/Justfile

16 lines
303 B
Makefile
Raw Normal View History

FLAKE_HOME := justfile_directory()
default:
@just --list
switch:
nh os switch {{FLAKE_HOME}}
update:
2025-01-23 23:26:34 +08:00
nix flake update | spacer
push host target:
nixos-rebuild switch --flake {{FLAKE_HOME}}#{{host}} --target-host {{target}} | spacer
alias s := switch
alias u := update
2025-01-23 23:26:34 +08:00
alias p := push