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

fail to work as a child project #6

Open
domenkozar opened this issue Dec 17, 2017 · 2 comments
Open

fail to work as a child project #6

domenkozar opened this issue Dec 17, 2017 · 2 comments
Labels

Comments

@domenkozar
Copy link
Member

If one has following in elm-package.json:

  "source-directories": [       
         "../src",                                                   
         "."                         
  ], 

then elm2nix generated Nix expression will only have access to current directory, failing to have access to ../src.

@domenkozar
Copy link
Member Author

If we turn source directories into nix paths, this might work.

@turboMaCk
Copy link
Contributor

turboMaCk commented May 19, 2019

Just so you know - I have this and #19 working in some spike sort of implementation. I'm going to open PR soon (before polishing so you can comment). Just wanted to give you heads-up - there's no need to rush.

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

No branches or pull requests

2 participants