-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Milestone
Description
My use case is being able to run bundle install
in the shell for projects using Ruby gems with native dependencies that need to be compiled with gcc (say, libxml or Postgres client). This works when I specify those pacakges as buildInputs
in pkgs.mkShell
, but there's no option to do so with devshell and even when I hacked the source a bit to pass it down to buildEnv
it doesn't help either – the culprit seems to be the list of environment variables passed down to the env (it's lacking the compiler-related envvars).
I'm not sure what's the best direction to take here (I'm a bit of a newb when it's coming to using nix as something other than a glorified ansible for my home infrastructure) but I think it's an useful use-case to cover.
AleXoundOS
Metadata
Metadata
Assignees
Labels
No labels