From 1dbab0f49da0af784ac556ce8f4aaa748e372f82 Mon Sep 17 00:00:00 2001 From: bohendo Date: Wed, 13 Mar 2024 08:58:19 -0400 Subject: [PATCH] bugfix justfile --- justfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 6fc6e37..3b055af 100644 --- a/justfile +++ b/justfile @@ -14,7 +14,10 @@ build: install: nix build - echo nix profile remove $(shell nix profile list | grep cloudexec | cut -d " " -f 1) - nix profile remove $(shell nix profile list | grep cloudexec | cut -d " " -f 1) + echo nix profile remove $(nix profile list | grep cloudexec | cut -d " " -f 1) + nix profile remove $(nix profile list | grep cloudexec | cut -d " " -f 1) echo nix profile install ./result nix profile install ./result + +launch-example: + cd example && cloudexec launch