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/nix
base: 7c0b0dbec8c6
Choose a base ref
...
head repository: NixOS/nix
compare: db700f730ee4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 2, 2019

  1. checkStoreName: give more precise/verbose error information

    $ sudo ./inst/bin/nix-instantiate -E '"${./.git}"'
    error: The path name '.git' is invalid: it is illegal to start the
    name with a period. Path names are alphanumeric and can include the
    symbols +-._?= and must not begin with a period. Note: If '.git' is a
    source file and you cannot rename it on disk,
    builtins.path { name = ... } can be used to give it an alternative
    name.
    grahamc committed Jul 2, 2019
    Copy the full SHA
    17d3ec3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2974 from grahamc/invalid-name

    checkStoreName: give more precise/verbose error information
    edolstra committed Jul 2, 2019
    Copy the full SHA
    db700f7 View commit details
    Browse the repository at this point in the history