Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1# haskell-modules/replacements-by-name 2 3This directory is scanned, and all `.nix` files are called in order to replace their respective packages in the `haskellPackages` set. 4They're loaded after `hackage-packages.nix` but before any overrides are applied. 5See [non-hackage-packages.nix](../non-hackage-packages.nix) for the implementation. 6 7This is used for selective backports of updates, as the hackage package set won't be updated in its entirety.