obsidiansystems / nix-thunk

seamless management of source dependencies with nix
BSD 3-Clause "New" or "Revised" License
38 stars 10 forks source link

Use static which to locate nix-prefetch utils #21

Closed alexfmpe closed 2 years ago

alexfmpe commented 3 years ago

Pending merge of https://github.com/obsidiansystems/cli-nix/pull/2 Without this change, nix-thunk fails for me when used with thunks of private repos: nix-thunk: nix-prefetch-git: createProcess: runInteractiveProcess: exec: does not exist (No such file or directory) which currently prevents it from being a drop-in replacement of ob thunk.

ryantrinkle commented 3 years ago

@alexfmpe Looks like a good change to me, once the tests pass.