Skip to content

Commit

Permalink
ci: add ytt to flake
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Dec 7, 2023
1 parent ebeb2ee commit 71aea0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/repipe
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
target="${FLY_TARGET:-galoy}"
team=dev

TMPDIR=""¬
TMPDIR=""
TMPDIR=$(mktemp -d -t repipe.XXXXXX)
trap "rm -rf ${TMPDIR}" INT TERM QUIT EXIT

Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
nativeBuildInputs = [
alejandra
terraform
ytt
];

shellHook = ''
Expand Down

0 comments on commit 71aea0f

Please sign in to comment.