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: 30f15911ab3f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 15c8e915f5fe
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 20, 2020

  1. nodePackages.tsun: add typescript to NODE_PATH

    This package has typescript as dependency, but it is specified as peer
    dependency which is not reflected via the nodePackages generation script
    which is using node2nix which is requiring `--include-peer-dependencies`
    to include such dependencies.
    
    In order to be able to run this package stand alone, it needs to add the
    typescript module to the NODE_PATH.
    
    Fix #88046
    terlar authored and infinisil committed Aug 20, 2020
    Copy the full SHA
    cd9b4e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #90326 from terlar/fix-tsun

    nodePackages.tsun: add typescript dependency
    infinisil committed Aug 20, 2020
    Copy the full SHA
    15c8e91 View commit details
    Browse the repository at this point in the history