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: 67c06b56b025
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 17a388d9dddb
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 18, 2019

  1. emacs: use runCommand to generate wrapper

    This removes the unnecessary compiler build dependency. We also set
    
        preferLocalBuild = true;
        allowSubstitutes = false;
    
    to not farm out the build on a remote builder or bother with trying to
    find a binary substitution.
    rycee committed Sep 18, 2019
    Copy the full SHA
    241e28e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Merge pull request #69045 from rycee/emacs-wrapper-using-runcommand

    emacs: use runCommand to generate wrapper
    adisbladis committed Sep 27, 2019
    Copy the full SHA
    17a388d View commit details
    Browse the repository at this point in the history