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: a59e77d9e54e
Choose a base ref
...
head repository: NixOS/nix
compare: 885cc9140574
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 14, 2020

  1. Escape ${ in strings when printing Nix expressions

    Otherwise the result of the printing can't be parsed back correctly by
    Nix (because the unescaped `${` will be parsed as the begining of an
    anti-quotation).
    
    Fix #3989
    thufschmitt committed Sep 14, 2020
    Copy the full SHA
    250f8a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4012 from tweag/3989-escape-dollar-in-manifest

    Escape `${` in strings when printing Nix expressions
    edolstra committed Sep 14, 2020
    Copy the full SHA
    885cc91 View commit details
    Browse the repository at this point in the history