mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
24 lines
253 B
Makefile
24 lines
253 B
Makefile
set quiet := true
|
|
|
|
rebuild := "sudo -v && nh os"
|
|
|
|
default:
|
|
just --list --unsorted
|
|
|
|
switch:
|
|
{{ rebuild }} switch
|
|
|
|
test:
|
|
{{ rebuild }} test
|
|
|
|
boot:
|
|
{{ rebuild }} boot
|
|
|
|
reboot: boot
|
|
reboot
|
|
|
|
update:
|
|
nix flake update
|
|
|
|
fmt:
|
|
nix fmt
|