We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
According to the documentation, I should be able to setup an input and then import a specific file from that input. Something like
inputs: my_proj: ... imports: - my_proj/foo.nix
However, when I try to do that I get an error saying that my_proj/foo.nix/devenv.nix is not found.
my_proj/foo.nix/devenv.nix
To reproduce
You can clone https://git.sr.ht/~ankhers/bar_service to see this happening. It is trying to import the service.nix file from https://git.sr.ht/~ankhers/foo_service
service.nix
Version
❯ devenv version devenv 1.0 (x86_64-linux)
The text was updated successfully, but these errors were encountered:
It will be possible after #745 using:
inputs: root: url: git+file://. flake: false imports: - root/foo_service
Sorry, something went wrong.
No branches or pull requests
Describe the bug
According to the documentation, I should be able to setup an input and then import a specific file from that input. Something like
However, when I try to do that I get an error saying that
my_proj/foo.nix/devenv.nix
is not found.To reproduce
You can clone https://git.sr.ht/~ankhers/bar_service to see this happening. It is trying to import the
service.nix
file from https://git.sr.ht/~ankhers/foo_serviceVersion
The text was updated successfully, but these errors were encountered: