-
Notifications
You must be signed in to change notification settings - Fork 3
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
README instructions don't work #59
Comments
GuillaumeDesforges
changed the title
README instrcutions don't work
README instructions don't work
Oct 5, 2023
Then after diff --git a/flake.nix b/flake.nix
index 7211af4..1084327 100644
--- a/flake.nix
+++ b/flake.nix
@@ -13,6 +13,7 @@
outputs = inputs: inputs.utils.lib.eachDefaultSystem (system:
{
+ packages.terraform = inputs.tf-ncl.packages.${system}.terraform;
devShell = inputs.tf-ncl.lib.${system}.mkDevShell {
providers = p: {
inherit (p) null gcp; I get
|
Ah, I neglected to update the README in #43. The equivalent should be I'll update the README 👍 |
vkleen
added a commit
that referenced
this issue
Oct 6, 2023
vkleen
added a commit
that referenced
this issue
Dec 6, 2023
vkleen
added a commit
that referenced
this issue
Dec 6, 2023
* Update README getting started instructions Closes #59 * Add unfreePredicate allowing terraform * Fix rustfmt complaint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Follow README instructions, it fails at init.
To Reproduce
Expected behavior
Should init.
The text was updated successfully, but these errors were encountered: