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: 2e4fe8db89be
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 70d6271e4736
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 13, 2019

  1. trivial-builders: support '/' in writeTextDir

    Before one would get the following error
    
        nix-repl> pkgs.writeTextDir "share/my-file" "foo"
        error: invalid character '/' in name 'share/my-file'
    
    Fixes #50347
    rycee committed Jul 13, 2019
    Copy the full SHA
    6900a32 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Merge pull request #64421 from rycee/bugfix/writeTextDir-with-slash

    trivial-builders: support '/' in writeTextDir
    danbst committed Jul 16, 2019
    Copy the full SHA
    70d6271 View commit details
    Browse the repository at this point in the history