From 8afdee2fd20537212b9a1d7c5c81656b67711cfa Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 17 Mar 2026 23:52:22 +0100 Subject: [PATCH] add recipe to download markers from mars --- nixos.just | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos.just b/nixos.just index 9921a5b..fa7243c 100644 --- a/nixos.just +++ b/nixos.just @@ -189,6 +189,11 @@ run module: upload module: scp -r {{ BUILD_DIR }}-{{ module }} mars:~/Documents/failnix/{{ BUILD_DIR }}-{{ module }} +[doc("Send markers to local")] +[group("5: just do it")] +download-markers: + scp mars:~/Documents/failnix/markers.csv ./markers.csv + [doc("Perform all steps for a FAIL* campaign")] [group("5: just do it")] inject module: