add target for remote push to pocket2
This commit is contained in:
parent
6bc5db279b
commit
981634129e
1 changed files with 3 additions and 0 deletions
3
makefile
3
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue