From 1c1245535a722caa175731573a051950e63f6c62 Mon Sep 17 00:00:00 2001 From: ajasibley <125228925+ajasibley@users.noreply.github.com> Date: Thu, 25 May 2023 01:58:07 -0700 Subject: [PATCH] fixed syntax error in nix just recipe. --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 5d8a5bd51..4cb6914b6 100644 --- a/justfile +++ b/justfile @@ -1,8 +1,8 @@ scripts_dir := "scripts" # Check if Nix is installed, if not install it based on the platform -install-nix: {{scripts_dir}}/install_nix.sh - @bash {{scripts_dir}}/install_nix.sh +install-nix: + . {{scripts_dir}}/install_nix.sh; \ # Check if Rust is installed, if not install it install-rust: