feat: update specific input

This commit is contained in:
Ryan Yin
2023-07-30 01:35:55 +08:00
parent e4c9e863cf
commit a9c123d9d4

View File

@@ -22,9 +22,14 @@ i3-debug:
hypr-debug:
nixos-rebuild switch --flake .#ai_hyprland --use-remote-sudo --show-trace --verbose
update:
up:
nix flake update
# Update specific input
# usage: make upp i=wallpapers
upp:
nix flake lock --update-input $(i)
history:
nix profile history --profile /nix/var/nix/profiles/system