From 3595d2518eeae4674fa2b500244951435165a393 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 26 May 2019 19:51:23 -0300 Subject: Use nix-shell --pure to run scripts Instead of adding them to the =packages= section of .build.yml. --- default.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 08568b2..04a9298 100644 --- a/default.nix +++ b/default.nix @@ -94,9 +94,15 @@ with pkgs.stdenv; rec { touch $out ''; }); - # Used in .build.yml to run ./provision.sh + # Used in .build.yml to run Bash scripts shell = mkShell rec { name = "vps-shell"; - buildInputs = [ terraform terraform-providers.digitalocean git-crypt ]; + buildInputs = [ + gitMinimal + git-crypt + gettext + terraform + terraform-providers.digitalocean + ]; }; } -- cgit v1.2.3