From a18c5cddb35b27c76b302c6b54abafd44b5b2619 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Thu, 17 Jan 2019 22:43:11 +0100 Subject: [PATCH] fixup! Justfile: add a recipe to run cmds with NIX_PATH set --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index a70e622..8e8aac4 100755 --- a/Justfile +++ b/Justfile @@ -192,8 +192,8 @@ verify-n-unlock sshserver attempts="10": _get_pass_entry path key: pass show {{path}}| grep -E "^{{key}}:" | awk '{ print $2 }' # jq -sR 'split("\n") | map(split(":"))' <(pass show Infrastructure/VPS/CFB4ED74 | grep -E "^[A-Za-z_]+:") - # + run-with-channels +cmds: - #/usr/bin/env bash + #!/usr/bin/env bash source $(just -v _get_nix_path {{invocation_directory()}}/nix/variables/versions.nix) {{cmds}}