diff options
-rwxr-xr-x | dot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ elif [ "$command" = "system" ]; then | |||
36 | elif [ "$command" = "home" ]; then | 36 | elif [ "$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 | ||
42 | elif [ "$command" = "help" ]; then | 42 | elif [ "$command" = "help" ]; then |