diff --git a/makefile b/makefile index 4824cde..1e8c2a8 100644 --- a/makefile +++ b/makefile @@ -30,6 +30,9 @@ pull: doas nix-prefetch-url file://$$PWD/$$(ls -1 src/linuxx64* | tail -n1) # doas nix-prefetch-url file://$$PWD/$$(ls -1 src/linuxarm64* | tail -n1) +# pocket2 does not really have enough space to do this locally +pocket2: + nixos-rebuild switch --flake .#pocket2 --target-host root@pocket2 ci: git commit -m"updates from makefile" --all