Skip to content
This repository was 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b470ed6b78fe
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d347eed51424
Choose a head ref
  • 14 commits
  • 10 files changed
  • 9 contributors

Commits on Jul 24, 2018

  1. neovim wrapper: do not unset PYTHONPATH

    This solves the following bug:
    opening neovim in nix-shell -p pythonPackages.numpy does not enable to
    run successfully
    :!python -c "import numpy"
    because the PYTHONPATH is wiped by the neovim wrapper.
    
    This wiping is necessary for the python providers, though, otherwise a
    python2 nix-shell will make the python3 provider read python2 files.
    
    We wrap the providers only, instead of neovim as whole.
    symphorien committed Jul 24, 2018
    Copy the full SHA
    10436a7 View commit details
  2. neovim wrapper: use python.withPackages instead of python.buildEnv

    They are both as powerful, but buildEnv is treacherous: if you pass a
    package which depends on another python (for example the one of unstable
    when you are on stable) it will be *silently* dropped, leading to hair
    pulling.
    
    Use case:
    override neovim from unstable, but still keep stable's pythonPackages.
    symphorien committed Jul 24, 2018
    Copy the full SHA
    c175266 View commit details

Commits on Jul 26, 2018

  1. neovim wrapper: also make <vimplugin>.pythonDepedencies a function

    A function of the same signature as the argument of python.withPackages
    symphorien committed Jul 26, 2018
    Copy the full SHA
    dddaa94 View commit details

Commits on Aug 26, 2018

  1. Copy the full SHA
    99e663d View commit details

Commits on Aug 29, 2018

  1. wine{Unstable,Staging}: 3.13 -> 3.14

    Lengyel Balázs committed Aug 29, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f9ab1c5 View commit details

Commits on Aug 30, 2018

  1. Merge pull request #43388 from symphorien/neovim-python-env

    Fix neovim PYTHONPATH handling
    Mic92 authored Aug 30, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    663951e View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ee56a2c View commit details
  3. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    88e4ac7 View commit details
  4. sshuttle: 0.78.3 -> 0.78.4 (#44895)

    markuskowa authored and xeji committed Aug 30, 2018
    Copy the full SHA
    b0401fa View commit details
  5. Merge pull request #45753 from ikervagyok/wine314

    wine{Unstable,Staging}: 3.13 -> 3.14
    srhb authored Aug 30, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ab18814 View commit details
  6. linux: build with SCHEDUTIL governor

    - it can't be built as a module
    - it's not set as the default yet
    - for discussion see NixOS/nixpkgs#42330
    vcunat committed Aug 30, 2018
    Copy the full SHA
    e6a37e3 View commit details
  7. atlassian-jira: 7.11.0 -> 7.11.1

    (cherry picked from commit 093eb27a9e5793343f6506d063debb3d11794ac1)
    ciil authored and globin committed Aug 30, 2018
    Copy the full SHA
    9362fb6 View commit details
  8. atlassian-jira: 7.11.1 -> 7.11.2

    (cherry picked from commit aa52aa68a33313e4e209872a0422622ae65116cc)
    ciil authored and globin committed Aug 30, 2018
    Copy the full SHA
    003ca4e View commit details
  9. atlassian-jira: 7.11.2 -> 7.12.0

    (cherry picked from commit b2f042dfd8edf67d3096ff3294ff9050890ecfdd)
    ciil authored and globin committed Aug 30, 2018
    Copy the full SHA
    d347eed View commit details
Loading