We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Often in haskell we want to define multiple shells, reflecting things like GHC versions and profiling.
nix develop .#ghc810 nix develop .#ghc96-profiling
Currently Organist doesn't support defining these since the shells attribute is a fixed set.
shells
The text was updated successfully, but these errors were encountered:
It just occurred to me now: you can actually do that by setting flake.devShells directly:
flake.devShells
flake.devShells.foo = organist.shells.Bash,
It's not perfect, but it works
Sorry, something went wrong.
No branches or pull requests
Often in haskell we want to define multiple shells, reflecting things like GHC versions and profiling.
Currently Organist doesn't support defining these since the
shells
attribute is a fixed set.The text was updated successfully, but these errors were encountered: