From b50e8c18aeeaffc0a210e1262720a4ad3b07f929 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Wed, 22 Mar 2023 15:38:11 -0400 Subject: [PATCH] add just with nix --- setup-mac.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-mac.sh b/setup-mac.sh index 2bfbf94..d31a041 100755 --- a/setup-mac.sh +++ b/setup-mac.sh @@ -57,6 +57,7 @@ has_bin "jc" || nix profile install nixpkgs#jc has_bin "jiq" || nix profile install nixpkgs#jiq has_bin "jq" || nix profile install nixpkgs#jq has_bin "jqp" || nix profile install nixpkgs#jqp +has_bin "just" || nix profile install nixpkgs#just has_bin "kibi" || nix profile install nixpkgs#kibi has_bin "kondo" || nix profile install nixpkgs#kondo has_bin "kubie" || nix profile install nixpkgs#kubie