input-output-hk / input-output-hk/stack2nix

project environment

Open
#138 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Nix
Stars
100
Forks
28
PR merge metrics
No merged PRs in 30d

Description

is there a smart way to generate a cabal environment for a project that does not contain a top level package?

E.g. a `stack.yaml` file that contains:

```
packages:
- package1
- package2
- package3
```

I can do `nix-shell -A package1.env default.nix` but I will only get the dependencies of package1. It would be nice to get the combined environments of `package1, package2, package3`.

I can do this manually, getting all dependencies with `stack ls dependencies` or something similar ...

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.