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: 90096c759be0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e624d0e471ca
Choose a head ref
  • 2 commits
  • 10 files changed
  • 2 contributors

Commits on Aug 2, 2019

  1. emacs-modes: replace melpa-generated with json format

    This approach has several differences with emacs2nix:
    
    - the updater uses a downloaded recipes.json and archive.json for commit information, it uses a local checkout only for hashing the recipes
    - the generated file is JSON
    - the updater is written in emacs lisp
    - prefetch errors are put into an error key in the JSON, for review + meta.broken attributes are generated from it
    
    The updater re-uses the existing generated file to memoize prefetched content-sha256s for commits, thus prefetching should normally be quite fast.
    bendlas authored and adisbladis committed Aug 2, 2019
    Copy the full SHA
    d65f1b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #59189 from bendlas/emacs-updater-elisp

    emacs-modes: replace melpa-generated with json format + updater in emacs lisp
    adisbladis committed Aug 2, 2019
    Copy the full SHA
    e624d0e View commit details
    Browse the repository at this point in the history