diff --git a/makefile b/makefile index 64006a8..fed6ece 100644 --- a/makefile +++ b/makefile @@ -22,6 +22,9 @@ push: pull: @. ~/.bash_ssh git pull + doas nix-prefetch-url file://$$PWD/$$(ls -1 pkgs/linuxx64* | tail -n1) + doas nix-prefetch-url file://$$PWD/$$(ls -1 pkgs/linuxarm64* | tail -n1) + ci: git commit -m"updates from makefile" --all