mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51:34 +01:00
Refactor nh and just
This commit is contained in:
parent
32dc565a35
commit
f4a6faf1d3
8 changed files with 13 additions and 20 deletions
6
justfile
6
justfile
|
|
@ -6,13 +6,13 @@ default:
|
|||
just --list --unsorted
|
||||
|
||||
switch:
|
||||
{{ rebuild }} switch
|
||||
{{ rebuild }} switch .
|
||||
|
||||
test:
|
||||
{{ rebuild }} test
|
||||
{{ rebuild }} test .
|
||||
|
||||
boot:
|
||||
{{ rebuild }} boot
|
||||
{{ rebuild }} boot .
|
||||
|
||||
reboot: boot
|
||||
reboot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue