2025-01-20 17:43:27 +08:00
|
|
|
FLAKE_HOME := justfile_directory()
|
|
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
@just --list
|
|
|
|
|
|
|
|
|
|
switch:
|
|
|
|
|
nh os switch {{FLAKE_HOME}}
|
2025-01-23 21:53:23 +08:00
|
|
|
update:
|
|
|
|
|
nix flake update
|
2025-01-20 17:43:27 +08:00
|
|
|
|
|
|
|
|
alias s := switch
|
2025-01-23 21:53:23 +08:00
|
|
|
alias u := update
|