From 389502f56ef0286062afe76fbcd1ff8445051108 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Tue, 16 Jan 2024 09:02:01 -0800 Subject: [PATCH] Hack around vault unfree-ness --- enter-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enter-env.sh b/enter-env.sh index d87c711..4f4ba31 100755 --- a/enter-env.sh +++ b/enter-env.sh @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#!nix-shell -i bash -I nixpkgs=channel:nixos-unstable-small -p bashInteractive vault awscli jq openssh +#!nix-shell --arg config "{ allowUnfree = true; }" -i bash -I nixpkgs=channel:nixos-unstable-small -p bashInteractive vault awscli jq openssh set -eu