From 4616fc7d5c8dc234a1bc77214fd144e94aca8d7e Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 13 Jan 2025 16:50:08 +0300 Subject: [PATCH] add justfile recipe for tartarus sd image --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index b136a91..d6d802b 100644 --- a/justfile +++ b/justfile @@ -26,3 +26,6 @@ clean: sudo nix-env --profile /nix/var/nix/profiles/system --delete-generations old # home-manager expire-generations now sudo nix-collect-garbage --delete-older-than 3d + +build-sd-image-harmonica: check-git + nix build -L .#nixosConfigurations.harmonica.config.system.build.sdImage \ No newline at end of file