-
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
Test flake templates #5
Conversation
@oscar-izval would you mind taking a look at this PR, please? |
- name: Install Nix | ||
uses: DeterminateSystems/nix-installer-action@v6 | ||
- name: Replace inputs on templates | ||
run: sed -i 's/github:stackbuilders\/nixpkgs-terraform/github:stackbuilders\/nixpkgs-terraform\/${{ github.sha }}/g' templates/*/flake.nix |
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.
🚀
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.
Looking great!
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
* Test devenv template * Minor changes to CI workflow * Fix reference to terraform * Minor change * Add devenv template to flake.nix * Accept flake config * Add timeout to templates * Update output reference devShell -> devShells * Revert renaming devShells -> devShell * Update README * Make "Binary Cache" a subsection * Add Templates section
TODO: