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: 15759508fa29
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6b3bff4378a6
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 20, 2018

  1. lib.isStorePath: fix false result when passed a path object

    Since `isStorePath` relies on comparing against builtins.storeDir
    (a string), we need to convert the input into a string as well.
    timbertson committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    d984c55 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. Merge pull request #48744 from timbertson/isStorePath

    lib.isStorePath: fix `false` result when given a path object
    roberth committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    6b3bff4 View commit details
    Browse the repository at this point in the history