Skip to content
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

attribute ‘fetchgit’ missing #1

Closed
bkchr opened this issue Oct 12, 2017 · 3 comments
Closed

attribute ‘fetchgit’ missing #1

bkchr opened this issue Oct 12, 2017 · 3 comments

Comments

@bkchr
Copy link
Contributor

bkchr commented Oct 12, 2017

Hi, I added dwarffs as described to my configuration.nix, but I get the following error:

attribute ‘fetchgit’ missing, at

Any ideas what I could miss?

@bkchr bkchr changed the title attribute ‘fetchGit’ missing attribute ‘fetchgit’ missing Oct 12, 2017
@bkchr
Copy link
Contributor Author

bkchr commented Oct 12, 2017

I realized that I need nixUnstable for that, but unfortunately that does not work for me. I get some weird infinite recursion error when I activate nixUnstable.

@edolstra
Copy link
Owner

Yeah, I forgot fetchgit is new. The alternative is to do a git clone of dwarffs and use that, e.g.:

imports = [ /path/to/dwarffs/module.nix ];

@dtzWill
Copy link

dtzWill commented Mar 19, 2018

builtins.fetchgit -> builtins.fetchGit, I think? At least for what made it into 2.0 release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants