From 60b0e1f82451a6d52d132a9f7bef818bc4a4ac17 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 1 Oct 2022 23:55:00 +0100 Subject: [PATCH] feat(justfile): add update --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 7eb763e6..71cff1ee 100644 --- a/justfile +++ b/justfile @@ -6,3 +6,6 @@ pop-os *args: wsl2 *args: home-manager switch -f home-manager/home.nix --flake .#wsl2 {{ args }} + +update: + nix flake update