aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgne, Federico <git@federicoigne.com>2024-08-23 09:23:36 +0200
committerIgne, Federico <git@federicoigne.com>2024-08-23 09:23:36 +0200
commit4f387e87310556c2558e582abf77ca897827e035 (patch)
tree4c6a383b13b8231ef8e53acabda24aa73c5f69a8
parent6d07dcd859b28a260a5755b7642d6e946ffe6fa5 (diff)
downloaddotfiles-nixos.tar.gz
dotfiles-nixos.zip
refactor: give full stack track when deployment failsnixos
-rwxr-xr-xdot2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot b/dot
index 5b9bd5d..4a75c28 100755
--- a/dot
+++ b/dot
@@ -36,7 +36,7 @@ elif [ "$command" = "system" ]; then
36elif [ "$command" = "home" ]; then 36elif [ "$command" = "home" ]; then
37 37
38 profile=${2:-$(hostname)} 38 profile=${2:-$(hostname)}
39 nix build .#homeConfigurations."$profile".activationPackage && \ 39 nix build --show-trace .#homeConfigurations."$profile".activationPackage && \
40 ./result/activate 40 ./result/activate
41 41
42elif [ "$command" = "help" ]; then 42elif [ "$command" = "help" ]; then