-
Notifications
You must be signed in to change notification settings - Fork 20
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
Not working with recent Hydra versions #48
Comments
We have run into this problem as well. For now we have patched our Hydra to disable the restrictions, but that is not really a proper fix .... |
It looks like either hydra is putting sources in the store before evaluating, or you're invoking gitignore on a source that's already in the store. Could you enable --show-trace and/or check what the contents of the store path are? |
I think this down to I noticed because, now that we've switched one of our |
Hi, thanks for this project -- it's super useful.
I have noticed, unfortunately, that it doesn't seem to work with recent Hydra versions. I'm not sure when this happened, nor whether it was a change in
gitignore.nix
or Hydra itself, but with the most recent version ofgitignore.nix
and Hydra 2020-06-23 (the latest version in nixpkgs as of 2020-07-28), I get a restricted mode error any time I try to usegitignoreSource ./.
as asrc
attribute inside a project; e.g.,(Sorry for the HTML escaping -- Hydra's error messages are pretty bad.)
Is anyone else able to reproduce this behavior?
The text was updated successfully, but these errors were encountered: