diff --git a/justfile b/justfile index 918230a..84b7173 100644 --- a/justfile +++ b/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