Update helium to 0.13.5.1 and add nixpkgs aliases

Helium AppImage version bump includes new SHA256 hash.
New Bash and Fish aliases `upf-pkgs` and `upf-pkgs-gh` are added to
simplify updating the nixpkgs input, mirroring existing flake update
commands.
This commit is contained in:
2026-06-28 18:45:35 +02:00
parent 453e23ad93
commit f55dfa1262
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -10,6 +10,8 @@
upg = "nh os switch -H ${host} --update -d always";
upf = "sudo nix flake update --flake /home/${username}/garandos";
upf-gh = "nix flake update --option access-tokens \"github.com=$(gh auth token)\" --flake /home/${username}/garandos";
upf-pkgs = "sudo nix flake update --flake /home/${username}/garandos nixpkgs";
upf-pkgs-gh = "nix flake update --option access-tokens \"github.com=$(gh auth token)\" --flake /home/${username}/garandos nixpkgs";
upf-undo = "git -C /home/${username}/garandos restore /home/${username}/garandos/flake.lock";
upd-bt = "nh os boot -H ${host} -d always";
upd-ts = "nh os test -H ${host} -d always";