elm2nix icon indicating copy to clipboard operation
elm2nix copied to clipboard

fail to work as a child project

Open domenkozar opened this issue 8 years ago • 2 comments

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 avatar Dec 17 '17 19:12 domenkozar

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

domenkozar avatar Dec 31 '17 19:12 domenkozar

Just so you know - I have this and https://github.com/hercules-ci/elm2nix/issues/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.

turboMaCk avatar May 19 '19 17:05 turboMaCk