-
Notifications
You must be signed in to change notification settings - Fork 138
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
added support for devenv #289
Conversation
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.
Thanks for your contribution!
I've added some questions.
@@ -0,0 +1,3 @@ | |||
source_url "https://raw.githubusercontent.com/cachix/devenv/95f329d49a8a5289d31e0982652f7058a189bfca/direnvrc" "sha256-d+8cBpDfDBj41inrADaJt+bDWhOktwslgoP5YiGJ1v0=" |
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.
Why this source?
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.
its simply configured that way by running devenv init
@@ -0,0 +1,14 @@ | |||
inputs: |
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.
Can you enhance the README.md and add the usage of devenv?
There is a section about dev environments.
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.
added
@@ -0,0 +1,14 @@ | |||
inputs: | |||
nixpkgs: | |||
url: github:cachix/devenv-nixpkgs/rolling |
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.
What is this URL for?
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.
its simply configured that way by running devenv init
511b129
to
97d22ba
Compare
Done :)
…On Fri, Sep 27, 2024 at 10:18 AM Roland Kurmann ***@***.***> wrote:
***@***.**** commented on this pull request.
Thanks for your contribution!
I've added some questions.
------------------------------
In .envrc
<#289 (comment)>
:
> @@ -0,0 +1,3 @@
+source_url "https://raw.githubusercontent.com/cachix/devenv/95f329d49a8a5289d31e0982652f7058a189bfca/direnvrc" "sha256-d+8cBpDfDBj41inrADaJt+bDWhOktwslgoP5YiGJ1v0="
Why this source?
------------------------------
In devenv.yaml
<#289 (comment)>
:
> @@ -0,0 +1,14 @@
+inputs:
Can you enhance the README.md and add the usage of devenv?
There is a section about dev environments.
------------------------------
In devenv.yaml
<#289 (comment)>
:
> @@ -0,0 +1,14 @@
+inputs:
+ nixpkgs:
+ url: github:cachix/devenv-nixpkgs/rolling
What is this URL for?
—
Reply to this email directly, view it on GitHub
<#289 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPQJNZSJGQH2RWGWUYRLUTZYUIDXAVCNFSM6AAAAABOA3DV2OVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDGMZSHE2TONZSGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thanks for your contribution! |
made this for easy dependency management for myself, but you might be interested. This sets up an environment automatically, just type
direnv allow
and it'll download Python, do all the venv and pip stuff and be ready for a simplepython src/extract_otp_secrets.py ./file.txt