From d182532b3414e5d09239f802fc5d6e8aa789a9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Mon, 2 Mar 2026 15:32:28 +0100 Subject: [PATCH] feat: add check to justfile --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index 1b7bcdb..c79400b 100644 --- a/justfile +++ b/justfile @@ -25,6 +25,10 @@ update-package pkg: update-package-all: @for script in packages/*/update.sh; do bash "$script"; done +# build all packages and hosts +build: + nix flake check + # build installation iso iso: nixos-rebuild build-image --image-variant iso-installer --flake .#live-iso