all: remove drv cache upload
This commit is contained in:
parent
323a746c29
commit
d3ec97ddc8
1 changed files with 0 additions and 2 deletions
2
justfile
2
justfile
|
@ -26,7 +26,6 @@ deploy-local-machine target type=defaultLocalType: _git-pull (build-local-machin
|
|||
env TERM=xterm-256color {{type}}-rebuild switch --flake ".#{{target}}"
|
||||
sync
|
||||
attic push nifoc-systems /run/current-system
|
||||
nix path-info --derivation /run/current-system | xargs attic push nifoc-systems ;
|
||||
find ./.direnv -maxdepth 1 -name 'flake-profile-*' -type l -exec attic push nifoc-systems {} \;
|
||||
|
||||
# Deploy to a remote machine
|
||||
|
@ -34,7 +33,6 @@ deploy-local-machine target type=defaultLocalType: _git-pull (build-local-machin
|
|||
deploy-remote-machine target type=defaultRemoteType: _git-pull (build-remote-machine target type)
|
||||
deploy --skip-checks '.#{{target}}'
|
||||
ssh -t '{{target}}' 'attic push nifoc-systems /run/current-system'
|
||||
ssh -t '{{target}}' 'nix path-info --derivation /run/current-system | xargs attic push nifoc-systems ;'
|
||||
|
||||
_git-pull:
|
||||
-git pull
|
||||
|
|
Loading…
Reference in a new issue