From 5f4482d6e1e7407f32ebd710119eecf24b4d31c5 Mon Sep 17 00:00:00 2001 From: Christian Harke Date: Fri, 22 Sep 2023 17:44:57 +0200 Subject: [PATCH] debug --- lib/apps/nixos-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/apps/nixos-install.sh b/lib/apps/nixos-install.sh index 0e83b6a2..a1e9fd39 100644 --- a/lib/apps/nixos-install.sh +++ b/lib/apps/nixos-install.sh @@ -1,6 +1,8 @@ # shellcheck disable=SC1091,SC2148 source @bashLib@ +set +x + # Source: https://qfpl.io/posts/installing-nixos/ ### Gather system info