diff options
author | EuAndreh <eu@euandre.org> | 2024-01-15 07:45:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-01-15 07:45:20 -0300 |
commit | 1969eeae3d3a23b5c39c4e783ac8f73ff80ffdc8 (patch) | |
tree | 87dc0d7f9548a549109fe1b06e6c90995d6be374 /bin/reconfigure | |
parent | bin/reconfigure: Always run bin(1) regardless of where this program ends (diff) | |
download | dotfiles-1969eeae3d3a23b5c39c4e783ac8f73ff80ffdc8.tar.gz dotfiles-1969eeae3d3a23b5c39c4e783ac8f73ff80ffdc8.tar.xz |
bin/reconfigure: Call bins(1) between reconfigures
Diffstat (limited to 'bin/reconfigure')
-rwxr-xr-x | bin/reconfigure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/reconfigure b/bin/reconfigure index 9991304..2df3ee7 100755 --- a/bin/reconfigure +++ b/bin/reconfigure @@ -94,4 +94,8 @@ pass show "$(hostname)"/andreh | head -n1 | sudo -ES guix system -v3 reconfigure "$XDG_CONFIG_HOME"/guix/system.scm + +bins > /dev/null + + guix home -v3 reconfigure "$XDG_CONFIG_HOME"/guix/home.scm |