nickel-lang / organist

Control all your tooling from a single console
MIT License
421 stars 21 forks source link

Add the `packages` of the shells to `nativeBuildInputs` #174

Closed thufschmitt closed 1 year ago

thufschmitt commented 1 year ago

nativeBuildInputs is what we're interested in by default. In particular, this is needed to trigger the cc or pkg-config setup hooks which populate their respective search path environment variables automatically.

This is also what the Nixpkgs mkShell function does (probably for the same reason).

Fixes #173

thufschmitt commented 1 year ago

@jneeman I'm writing a test for this, but can you confirm that it fixes #173 for you?