From f0b0ca75dabb551f29854618e5299e0853519686 Mon Sep 17 00:00:00 2001 From: Toast Date: Fri, 23 Feb 2024 21:06:28 +0100 Subject: [PATCH] Justfile: add update recipe --- .justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.justfile b/.justfile index 64c0604..74ba154 100644 --- a/.justfile +++ b/.justfile @@ -7,6 +7,9 @@ find-results: print-recipes: @just --list +update: + nix flake update + alias build := build-nixos # Build a NixOS configuration build-nixos host=`hostname`: