From 2e81d16f24fcb70422021321c7290a1890127cc3 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Tue, 4 Nov 2025 15:09:41 +0100 Subject: [PATCH] chore: suppress error messages They dirty the output too much when nix fails --- .just/machine.just | 1 + 1 file changed, 1 insertion(+) diff --git a/.just/machine.just b/.just/machine.just index 1ce791f..cbdf345 100644 --- a/.just/machine.just +++ b/.just/machine.just @@ -4,6 +4,7 @@ @list: ls -1 ../systems/x86_64-linux/ +[no-exit-message] [doc('Update the target machine')] @update machine: just assert '-d "../systems/x86_64-linux/{{ machine }}"' "Machine {{ machine }} does not exist, must be one of: $(ls ../systems/x86_64-linux/ | tr '\n' ' ')"