diff options
author | Igne, Federico <git@federicoigne.com> | 2024-08-23 09:23:36 +0200 |
---|---|---|
committer | Igne, Federico <git@federicoigne.com> | 2024-08-23 09:23:36 +0200 |
commit | 4f387e87310556c2558e582abf77ca897827e035 (patch) | |
tree | 4c6a383b13b8231ef8e53acabda24aa73c5f69a8 | |
parent | 6d07dcd859b28a260a5755b7642d6e946ffe6fa5 (diff) | |
download | dotfiles-nixos.tar.gz dotfiles-nixos.zip |
refactor: give full stack track when deployment failsnixos
-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 |