diff --git a/justfile b/justfile index 83d3d04..b44ce6d 100644 --- a/justfile +++ b/justfile @@ -1,11 +1,14 @@ boot: nixos-rebuild boot --flake . --use-remote-sudo + which fwupdmgr >/dev/null 2>&1 && fwupdmgr update || true switch: nixos-rebuild switch --flake . --use-remote-sudo + which fwupdmgr >/dev/null 2>&1 && fwupdmgr update || true build: nixos-rebuild build --flake . update: nix flake update --commit-lock-file + which fwupdmgr >/dev/null 2>&1 && fwupdmgr refresh || true