Using nix_file_deps
in rules_haskell_toolchains
extension causes error
#2214
Labels
nix_file_deps
in rules_haskell_toolchains
extension causes error
#2214
Describe the bug
Declaring a toolchain using the nix_haskell_toolchains.new extension with
nix_file_deps
:causes this error:
To Reproduce
See above.
Expected behavior
This should work fine.
Environment
Additional context
The
nixpkgs_package
macro takes a hidden_bzlmod
parameter here:https://github.com/tweag/rules_nixpkgs/blob/ecd3028f3a586a5bdd3eeb73d3d621dc822a10a7/core/nixpkgs.bzl#L684-L695
This parameter should be set to
true
when calling this macro from an extension.The text was updated successfully, but these errors were encountered: