From eeef0104fc5783aeafc76d6588d9243aeb909cea Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Sat, 25 Nov 2023 22:29:29 +0100 Subject: [PATCH] add recipe for updating and upgrading --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index 2beea83..57d9afb 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,5 @@ +upgrade: update build + test: sudo nixos-rebuild test --flake . --impure