From 981634129e26d58d459f134bae370242321e4116 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 3 Apr 2024 23:13:20 -0500 Subject: [PATCH] add target for remote push to pocket2 --- makefile | 3 +++ 1 file changed, 3 insertions(+) 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