-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: b470ed6b78fe
head repository: NixOS/nixpkgs-channels
compare: d347eed51424
- 14 commits
- 10 files changed
- 9 contributors
Commits on Jul 24, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 10436a7 - Browse repository at this point
Copy the full SHA 10436a7View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c175266 - Browse repository at this point
Copy the full SHA c175266View commit details
Commits on Jul 26, 2018
-
neovim wrapper: also make <vimplugin>.pythonDepedencies a function
A function of the same signature as the argument of python.withPackages
Configuration menu - View commit details
-
Copy full SHA for dddaa94 - Browse repository at this point
Copy the full SHA dddaa94View commit details
Commits on Aug 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 99e663d - Browse repository at this point
Copy the full SHA 99e663dView commit details
Commits on Aug 29, 2018
-
wine{Unstable,Staging}: 3.13 -> 3.14
Lengyel Balázs committedAug 29, 2018 Configuration menu - View commit details
-
Copy full SHA for f9ab1c5 - Browse repository at this point
Copy the full SHA f9ab1c5View commit details
Commits on Aug 30, 2018
-
Merge pull request #43388 from symphorien/neovim-python-env
Fix neovim PYTHONPATH handling
Configuration menu - View commit details
-
Copy full SHA for 663951e - Browse repository at this point
Copy the full SHA 663951eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee56a2c - Browse repository at this point
Copy the full SHA ee56a2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88e4ac7 - Browse repository at this point
Copy the full SHA 88e4ac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0401fa - Browse repository at this point
Copy the full SHA b0401faView commit details -
Merge pull request #45753 from ikervagyok/wine314
wine{Unstable,Staging}: 3.13 -> 3.14
Configuration menu - View commit details
-
Copy full SHA for ab18814 - Browse repository at this point
Copy the full SHA ab18814View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e6a37e3 - Browse repository at this point
Copy the full SHA e6a37e3View commit details -
atlassian-jira: 7.11.0 -> 7.11.1
(cherry picked from commit 093eb27a9e5793343f6506d063debb3d11794ac1)
Configuration menu - View commit details
-
Copy full SHA for 9362fb6 - Browse repository at this point
Copy the full SHA 9362fb6View commit details -
atlassian-jira: 7.11.1 -> 7.11.2
(cherry picked from commit aa52aa68a33313e4e209872a0422622ae65116cc)
Configuration menu - View commit details
-
Copy full SHA for 003ca4e - Browse repository at this point
Copy the full SHA 003ca4eView commit details -
atlassian-jira: 7.11.2 -> 7.12.0
(cherry picked from commit b2f042dfd8edf67d3096ff3294ff9050890ecfdd)
Configuration menu - View commit details
-
Copy full SHA for d347eed - Browse repository at this point
Copy the full SHA d347eedView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff b470ed6b78fe...d347eed51424