diff options
author | EuAndreh <eu@euandre.org> | 2023-08-19 09:44:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-08-19 09:44:21 -0300 |
commit | eccd03c324922d1baa640e7d9bcd20708ff56d66 (patch) | |
tree | 77f674323b247dd8c81b3fb9ad4f37a5e8451fb7 /bin/reconfigure | |
parent | etc/sh/rc: Override PATH to include $PREFIX at the beginning (diff) | |
download | dotfiles-eccd03c324922d1baa640e7d9bcd20708ff56d66.tar.gz dotfiles-eccd03c324922d1baa640e7d9bcd20708ff56d66.tar.xz |
bin/reconfigure: Always reconfigure "guix home" last
Diffstat (limited to 'bin/reconfigure')
-rwxr-xr-x | bin/reconfigure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reconfigure b/bin/reconfigure index daed9b7..8e81855 100755 --- a/bin/reconfigure +++ b/bin/reconfigure @@ -94,12 +94,12 @@ if [ -e /run/current-system/configuration.scm ]; then sudo -ES guix system -v3 reconfigure "$XDG_CONFIG_HOME"/guix/system.scm fi -guix home -v3 reconfigure "$XDG_CONFIG_HOME"/guix/home.scm - if [ -e /etc/nixos/configuration.nix ]; then pass show "$HOSTNAME"/andreh | head -n1 | sudo -S nixos-rebuild switch fi +guix home -v3 reconfigure "$XDG_CONFIG_HOME"/guix/home.scm + bins > /dev/null |