-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add template for terranix #43
Conversation
@@ -50,6 +50,10 @@ | |||
description = "Using nixpkgs-terraform with devenv"; | |||
path = ./templates/devenv; | |||
}; | |||
terranix = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
6235be6
to
d7ceb00
Compare
templates/default/flake.nix
Outdated
@@ -14,7 +14,7 @@ | |||
flake-utils.lib.eachDefaultSystem (system: | |||
let | |||
pkgs = nixpkgs.legacyPackages.${system}; | |||
terraform = nixpkgs-terraform.packages.${system}."1.7.2"; | |||
terraform = nixpkgs-terraform.packages.${system}."1.7.4"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@oscar-izval It appears that there is some room for improvement here. I believe that eventually the update-version.py
script should update all templates. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that should be easy enough, I'll open an issue to keep track of the idea, thanks!
Can you take another look @sestrella? I'd say it's ready for a final review |
@oscar-izval nice job! |
No description provided.