Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 5bb85cd45ce9
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 19e8f7c977b4
Choose a head ref
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Sep 23, 2018

  1. release-notes/18.09: Copy release notes from the upcomming release

    This ensures that any further changes needing notes that belong in 18.09
    off this common-ancestor commit can be easily merged to both
    `release-18.0`9 and `master`.
    Ericson2314 committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    84c8e39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f4d633 View commit details
    Browse the repository at this point in the history
  3. Revert "libtensorflow: fix hashes for darwin and cuda downloads"

    This reverts commit 93ed13f.
    
    libtensorflow is only used by the Haskell tensorflow packages and they
    don't work with tensorflow-1.10 yet. So the easiest solution is to
    just revert this commit and add it back when they do gain support.
    
    (cherry picked from commit 39d35e7)
    basvandijk committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    b2c49a7 View commit details
    Browse the repository at this point in the history
  4. Revert "libtensorflow: 1.9.0 -> 1.10.0"

    This reverts commit 7139911.
    
    libtensorflow is only used by the Haskell tensorflow packages and they
    don't work with tensorflow-1.10 yet. So the easiest solution is to
    just revert this commit and add it back when they do gain support.
    
    (cherry picked from commit 6e14b9f)
    basvandijk committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    e611a82 View commit details
    Browse the repository at this point in the history
  5. tig: fix zsh completion

    The ZSH completion script of `tig` basically imports the bash completion
    script and uses it as completion approach. Unfortunately the script
    takes several assumptions about the directory structure using
    `$funcsourcetrace`[1] that don't apply on NixOS.
    
    The easiest workaround is t opatch the completion script and import the
    bash completion script from `$out`.
    
    [1] http://zsh.sourceforge.net/Doc/Release/Zsh-Modules.html#index-funcsourcetrace
    Ma27 authored and Mic92 committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    19e8f7c View commit details
    Browse the repository at this point in the history