From 2af088e966848ba08110a7e427e14a236431f0c0 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Thu, 9 Apr 2026 21:51:55 +1000 Subject: [PATCH] Add update script --- update.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..1932765 --- /dev/null +++ b/update.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -e + +nix flake update +sudo -v && sudo nixos-rebuild switch --flake . |& nom