nix-community / bundix

Generates a Nix expression for your Bundler-managed application. [maintainer=@manveru]
163 stars 55 forks source link

Use XDG_CACHE_HOME #34

Closed pnelson closed 5 years ago

pnelson commented 6 years ago

How do you feel about trying to use XDG_CACHE_HOME before falling back to ~/.cache?

https://github.com/manveru/bundix/blob/e8f6acafee3d510bf0df0083ea3c0ee7c481b4cb/lib/bundix/source.rb#L25

manveru commented 6 years ago

I think that'd be good, do you want to make a PR?

pnelson commented 6 years ago

Sure, sounds good. Thank you. I'm new to NixOS so I need to wait til I get some time to sit down and figure out how to test packages. It will be a good exercise.