From a9c123d9d49470bc6bd94317ef8921f4805c7bce Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 30 Jul 2023 01:35:55 +0800 Subject: [PATCH] feat: update specific input --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fba02a90..467e4a92 100644 --- a/Makefile +++ b/Makefile @@ -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