From 9323305376295ea0880921c1bcca2f065109cd90 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 2 Mar 2024 09:29:31 +0000 Subject: [PATCH] Add flake update shortcut to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 91957df4..88180e66 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,9 @@ test: switch: sudo nixos-rebuild switch --flake . +update: + nix flake update --commit-lock-file + reload: -hyprctl reload -systemctl --user restart hyprpaper.service waybar.service