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: 873a77680a3e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f076cd769d20
Choose a head ref
  • 5 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 28, 2020

  1. oh-my-zsh: cleanup

     - use fetchFromGitHub instead of fetchgit
     - indent the `installPhase` properly
     - remove unused `pathsToLink`
     - don't hardcode `phases` to allow patching
     - don't copy from $src, but . to allow patching
    flokli committed Aug 28, 2020
    Copy the full SHA
    f1e6672 View commit details
    Browse the repository at this point in the history
  2. oh-my-zsh: apply patch to remove usages of perl

    #91213 removed `perl` from $PATH.
    
    This adds a patch to oh-my-zsh, using `sed` instead of `perl` to do the
    regexp substitution.
    flokli committed Aug 28, 2020
    Copy the full SHA
    b07a1dc View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Copy the full SHA
    63a726d View commit details
    Browse the repository at this point in the history
  2. Remove fetchpatch

    NeQuissimus committed Aug 31, 2020
    Copy the full SHA
    c23a404 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #96532 from flokli/ohmyzsh-cleanups

    oh-my-zsh: cleanups, don't require perl in pygmalion theme anymore
    NeQuissimus committed Aug 31, 2020
    Copy the full SHA
    f076cd7 View commit details
    Browse the repository at this point in the history