-
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
Environments don't seem to be registered as devShells #12
Comments
About this, I realized that the services don't run in direnv initialized dev shell. When I run it manually it works well, nevermind, probably a good thing. |
envs are only added to |
I added the option to the example as well. Thanks for the report! Maybe this should be reverted to expose unless disabled... |
ooh yeah! awesome! thank you very much!
This is an really cool project, I am having a lot of fun using it and the documentation is very detailed, you are so excused |
I'm very happy to hear that ☺ |
since you seem very responsive, I take this opportunity to ask. Would really like to help on this, I am really enjoying everything you are doing with this. Would you be interested in me trying to add a way for the |
sure, I'd be glad to accept contributions! your reasoning sounds sensible, though backward compat is probably more crucial for this command than others...how about adding an optional positional argument for the directory? If it's omitted, we fall back to the current dir; if given, it also sets the I'd assume that most people would either copy the command from the readme or run |
Here is my flake (mostly generated with
nix run 'github:tek/hix?ref=0.8.0#new' -- --name 'test-envs' --author 'Me'
):If I try to enter the dev shell:
Am I doing something wrong?
I also tried running the included postgres service from the
dev
env instead but seems it doesn't start when entering the dev shell.The text was updated successfully, but these errors were encountered: