Skip to content

Instantly share code, notes, and snippets.

@lucperkins
Last active September 23, 2022 15:50
Show Gist options
  • Save lucperkins/9cc0092d0e72a9ac8b93bb188747cdfb to your computer and use it in GitHub Desktop.
Save lucperkins/9cc0092d0e72a9ac8b93bb188747cdfb to your computer and use it in GitHub Desktop.
{
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [ go_1_19 terraform ];
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment