Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 29851a69d3f5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9af20c376b34
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 24, 2019

  1. Copy the full SHA
    69423bd View commit details
    Browse the repository at this point in the history
  2. hunspellDicts: add aliases for each dictionary

    This adds LANG aliases for each dictionary. This makes things a little
    easier and expected. For instance, you get an error message from
    hunspell like:
    
      Can't open affix or dictionary files for dictionary named "en_US".
    
    and you can resolve it by running
    
      nix-env -iA nixpkgs.hunspellDicts.en_US
    matthewbauer committed Jul 24, 2019
    Copy the full SHA
    ed06097 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Merge pull request #65349 from matthewbauer/dicts

    Lookup hunspell dictionaries in XDG_DATA_DIRS
    matthewbauer committed Aug 14, 2019
    Copy the full SHA
    9af20c3 View commit details
    Browse the repository at this point in the history