From edc2ff2282d6467b5d4f5f1bc70a876b4fe3f69e Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 3 Nov 2024 19:12:15 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci(just):=20Add=20--refresh=20sc?= =?UTF-8?q?ript?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index d68a508..006deff 100644 --- a/Justfile +++ b/Justfile @@ -5,6 +5,9 @@ deployhome: # Impure is required for NixGL with proprietary Nvidia drivers :( home-manager switch --impure -b bak --flake . +deployhomefr: + home-manager switch --refresh --impure -b bak --flake . + update: nix flake update