mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Remove sudo reauthentication before running nh
This commit is contained in:
parent
3ff4e0307b
commit
51f44b3f7a
1 changed files with 3 additions and 5 deletions
8
justfile
8
justfile
|
|
@ -1,18 +1,16 @@
|
||||||
set quiet := true
|
set quiet := true
|
||||||
|
|
||||||
rebuild := "sudo -v && nh os"
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
just --list --unsorted
|
just --list --unsorted
|
||||||
|
|
||||||
switch:
|
switch:
|
||||||
{{ rebuild }} switch .
|
nh os switch .
|
||||||
|
|
||||||
test:
|
test:
|
||||||
{{ rebuild }} test .
|
nh os test .
|
||||||
|
|
||||||
boot:
|
boot:
|
||||||
{{ rebuild }} boot .
|
nh os boot .
|
||||||
|
|
||||||
reboot: boot
|
reboot: boot
|
||||||
reboot
|
reboot
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue