From 8ddb8e59edf1d8e8cd74b20eae3543ef4ce380e3 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 10 Dec 2023 10:10:41 -0600 Subject: [PATCH] add auto-add new citrix version --- makefile | 3 +++ 1 file changed, 3 insertions(+) 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