From 7cd1f9c93a0bb80171541ce5f0c953ca0f645139 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 22 Dec 2024 18:53:27 +0530 Subject: Add command to build appimage --- justfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index 6d634b1..8fc38cd 100644 --- a/justfile +++ b/justfile @@ -13,3 +13,6 @@ testw *args: build: nix build + +appimage: + nix bundle --bundler github:ralismark/nix-appimage -- cgit v1.3.1