From 941a5c18a324c0e1207257c82ea05ae37fe209c5 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 22 Oct 2025 07:20:23 -0500 Subject: [PATCH] justfile | cleanup output on pull target --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 4c7126e..375db94 100644 --- a/justfile +++ b/justfile @@ -105,8 +105,8 @@ pull: @rm -f nixos-switch.log @doas nix-prefetch-url file://`pwd`/`ls -1 src/linuxx64* | tail -n1` &> nixos-switch.log || ( cat nixos-switch.log && false ) @rm -f nixos-switch.log - # @doas nix-prefetch-url file://`pwd`/`ls -1 src/linuxarm64* | tail -n1` &> nixos-switch.log || ( cat nixos-switch.log && false ) - # @rm -f nixos-switch.log + @# @doas nix-prefetch-url file://`pwd`/`ls -1 src/linuxarm64* | tail -n1` &> nixos-switch.log || ( cat nixos-switch.log && false ) + @# @rm -f nixos-switch.log # Add everything to git ci: