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: 07fa0411403a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d3983caf451a
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 7, 2019

  1. unit: drop withRuby_2_3 option

    Ruby 2.3 is EOL.
    alyssais committed Sep 7, 2019
    Copy the full SHA
    5262dd2 View commit details
    Browse the repository at this point in the history
  2. sonic-pi: don't use EOL Ruby

    This was added to fix a compiler error in
    4bc516a, where it was noted that it
    still segfaulted after boot. Since it compiles with our default Ruby
    now, I have to assume that the problem the override was added to set
    has since been resolved. I don't know how to actually test, however.
    alyssais committed Sep 7, 2019
    Copy the full SHA
    20ed441 View commit details
    Browse the repository at this point in the history
  3. ruby_2_3: remove

    This has been EOL since December. We shouldn't still be facilitating
    its use.
    
    Fixes #67977.
    alyssais committed Sep 7, 2019
    Copy the full SHA
    d3983ca View commit details
    Browse the repository at this point in the history