1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/doc
Bas van Dijk bf6d796a27 haskell: allow overriding all package sets at once
Setting haskell.packageOverrides like so:

  haskell = super.haskell // {
    packageOverrides = self: super: {
      my-package = ...;
      my-other-package = ...;
    };
  };

causes all compiler-specific package sets to be overridden with those
overrides.
2018-04-22 10:34:44 +02:00
..
languages-frameworks haskell: allow overriding all package sets at once 2018-04-22 10:34:44 +02:00
old
.gitignore
coding-conventions.xml
configuration.xml doc: Document config.allowUnsupportedSystem and its env var 2018-04-17 16:34:28 -04:00
contributing.xml
cross-compilation.xml
default.nix
functions.xml
introduction.chapter.md
Makefile nixos docs: syntax highlight 2018-04-05 07:54:01 -04:00
manual.xml
meta.xml
multiple-output.xml
overlays.xml
overrides.css doc: Fixes in-text callouts and screen callouts. 2018-04-07 15:38:12 -04:00
package-notes.xml
platform-notes.xml
quick-start.xml
release-notes.xml
reviewing-contributions.xml doc: Fixes repeated callout in 15.1 2018-04-07 15:50:18 -04:00
shell.nix
shell.section.md
stdenv.xml
style.css nixos docs: syntax highlight 2018-04-05 07:54:01 -04:00
submitting-changes.xml