You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue does not occur in the nixpkgs toolchain as the file is always
present in the Nix store, regardless of whether Bazel tracks it.
Tracking it requires exporting it from the `nixpkgs_package` `BUILD`
file for `@rules_haskell_ghc_nixpkgs`. The `BUILD` file defaults to the
template defined in `rules_nixpkgs` and can be overridden by the user,
meaning adding required targets is a breaking change. Given that it is
not required to track the settings file in the nixpkgs use-case, it is
better to avoid the breaking change.
0 commit comments