Merge branch 'staging' of 207.180.237.116:/home/steveej/src/steveej/infra into staging
This commit is contained in:
commit
e3ec026aa4
5 changed files with 29 additions and 5 deletions
1
Justfile
1
Justfile
|
@ -55,6 +55,7 @@ rebuild-this-device rebuildarg="dry-activate":
|
|||
|
||||
if type home-manager > /dev/null 2>&1; then
|
||||
echo Rebuilding home in $(parse_hm_rebuildarg {{rebuildarg}})-mode...
|
||||
source $(just -v _get_nix_path {{invocation_directory()}}/nix/os/devices/$(hostname -s)/versions.nix)
|
||||
if home-manager -v $(parse_hm_rebuildarg {{rebuildarg}}) > ${HOMEREBUILD_LOG} 2>&1 ; then
|
||||
echo Home rebuild successful
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue