From f692df29073e94528461001fc3a3546933db3bd4 Mon Sep 17 00:00:00 2001 From: ranomier Date: Sat, 29 Mar 2025 19:09:21 +0100 Subject: [PATCH] added todo --- nswitch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nswitch b/nswitch index c66dda1..09d3138 100755 --- a/nswitch +++ b/nswitch @@ -5,6 +5,8 @@ set -E -o pipefail shopt -s failglob export LC_ALL=C.UTF8 +# TODO: implement step by step update with diff in between (first build then switch) + INITIAL_PWD="$(pwd)" PROJECT="$HOME/Projects/NixOS" GIT_PATTERN="." # "*.nix"