Add fwupdmgr commands
This commit is contained in:
parent
07360b9b4e
commit
c1db7cf40c
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -1,11 +1,14 @@
|
||||||
boot:
|
boot:
|
||||||
nixos-rebuild boot --flake . --use-remote-sudo
|
nixos-rebuild boot --flake . --use-remote-sudo
|
||||||
|
which fwupdmgr >/dev/null 2>&1 && fwupdmgr update || true
|
||||||
|
|
||||||
switch:
|
switch:
|
||||||
nixos-rebuild switch --flake . --use-remote-sudo
|
nixos-rebuild switch --flake . --use-remote-sudo
|
||||||
|
which fwupdmgr >/dev/null 2>&1 && fwupdmgr update || true
|
||||||
|
|
||||||
build:
|
build:
|
||||||
nixos-rebuild build --flake .
|
nixos-rebuild build --flake .
|
||||||
|
|
||||||
update:
|
update:
|
||||||
nix flake update --commit-lock-file
|
nix flake update --commit-lock-file
|
||||||
|
which fwupdmgr >/dev/null 2>&1 && fwupdmgr refresh || true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue