aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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