From 4f387e87310556c2558e582abf77ca897827e035 Mon Sep 17 00:00:00 2001 From: "Igne, Federico" Date: Fri, 23 Aug 2024 09:23:36 +0200 Subject: refactor: give full stack track when deployment fails --- dot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot') diff --git a/dot b/dot index 5b9bd5d..4a75c28 100755 --- a/dot +++ b/dot @@ -36,7 +36,7 @@ elif [ "$command" = "system" ]; then elif [ "$command" = "home" ]; then profile=${2:-$(hostname)} - nix build .#homeConfigurations."$profile".activationPackage && \ + nix build --show-trace .#homeConfigurations."$profile".activationPackage && \ ./result/activate elif [ "$command" = "help" ]; then -- cgit v1.2.3