-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: ca2ba44cab47
head repository: NixOS/nixpkgs-channels
compare: 56b9f6fc8e1c
Commits on May 22, 2018
-
treewide: Remove uses of builtins.toPath.
toPath has confusing semantics and is never necessary; it can always either just be omitted or replaced by pre-concatenating `/.`. It has been marked as "!!! obsolete?" for more than 10 years in a C++ comment, hopefully removing it will let us properly deprecate and, eventually, remove it.
Configuration menu - View commit details
-
Copy full SHA for 6da6acc - Browse repository at this point
Copy the full SHA 6da6accView commit details
Commits on Aug 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4abb8be - Browse repository at this point
Copy the full SHA 4abb8beView commit details
Commits on Aug 9, 2018
-
pythonPackages.pytest-timeout: refactor add python 2.7 compatibiliy
In version 1.3.1 of `pytest-timeout` (latest) the setup.py file is not compatible with python 2.7 and 3+ due to how `open` is called. A patch has been added that can be removed once a fix and new relase is given.
Configuration menu - View commit details
-
Copy full SHA for 7e192a5 - Browse repository at this point
Copy the full SHA 7e192a5View commit details
Commits on Aug 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9bd7a4f - Browse repository at this point
Copy the full SHA 9bd7a4fView commit details
Commits on Aug 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for de61d0d - Browse repository at this point
Copy the full SHA de61d0dView commit details
Commits on Aug 30, 2018
-
nixos/shells: avoid overriding the environment for child shells
A shared exported guard `__NIXOS_SET_ENVIRONMENT_DONE` is introduced that can be used to prevent child shells from sourcing `system.build.setEnvironment` the second time. This fixes e.g. `nix run derivation` when run from e.g. ZSH through the console or ssh. Before this Bash would resource the common environment resetting the `PATH` environment variable. We also export `system.build.setEnvironment` to `/etc/set-environment` making it easy to reset the common environment with `. /etc/set-environment` when needed and to grep for environment variables in `/etc` (which was the motivation of #30418). This reverts changes made in b00a3fc (the original #30418).
Configuration menu - View commit details
-
Copy full SHA for d273db4 - Browse repository at this point
Copy the full SHA d273db4View commit details -
nixos/shells: fix indent everywhere
to comply with `doc/coding-conventions.xml`
Configuration menu - View commit details
-
Copy full SHA for 8952375 - Browse repository at this point
Copy the full SHA 8952375View commit details
Commits on Sep 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d22be10 - Browse repository at this point
Copy the full SHA d22be10View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ab0f4 - Browse repository at this point
Copy the full SHA d7ab0f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecfa538 - Browse repository at this point
Copy the full SHA ecfa538View commit details -
geant4: remove multi version infrastructure
Nobody maintains this and this does not contribute anything towards making reproducible research. Also this was missing recurseIntoAttrs, so Hydra used to not see it.
Configuration menu - View commit details
-
Copy full SHA for 537de20 - Browse repository at this point
Copy the full SHA 537de20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d33e28 - Browse repository at this point
Copy the full SHA 4d33e28View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3049d0 - Browse repository at this point
Copy the full SHA f3049d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc4f99a - Browse repository at this point
Copy the full SHA fc4f99aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97816be - Browse repository at this point
Copy the full SHA 97816beView commit details -
Configuration menu - View commit details
-
Copy full SHA for af54308 - Browse repository at this point
Copy the full SHA af54308View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfb14fb - Browse repository at this point
Copy the full SHA bfb14fbView commit details
Commits on Sep 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5e9aafb - Browse repository at this point
Copy the full SHA 5e9aafbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61df695 - Browse repository at this point
Copy the full SHA 61df695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12723b1 - Browse repository at this point
Copy the full SHA 12723b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26cbfe1 - Browse repository at this point
Copy the full SHA 26cbfe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d376ceb - Browse repository at this point
Copy the full SHA d376cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for e37c21c - Browse repository at this point
Copy the full SHA e37c21cView commit details
Commits on Sep 5, 2018
-
hcloud: Add autocomplete support for bash and zsh
Currently one would need to manually run the command to generate completion and insert it into `.bashrc`/`.zshrc` to get the autocompletion to work. This patch will automatically generate both docs and save them to correct position so it should continue to work even if user changes the shell at a later stage.
Configuration menu - View commit details
-
Copy full SHA for d23c357 - Browse repository at this point
Copy the full SHA d23c357View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cafc36 - Browse repository at this point
Copy the full SHA 7cafc36View commit details -
haskellPackages.tensorflow-mnist-input-data: fetch
Prefetch data so that the package doesn't try to connect to the internet.
Configuration menu - View commit details
-
Copy full SHA for 11e2009 - Browse repository at this point
Copy the full SHA 11e2009View commit details -
top-level: Deprecate top-level
{build,host,target}Platform
I don't know when we can/should remove them, but this at least gets people to stop using them. The preferred alternatives also date back to 17.09 so writing forward-compatable code without extra conditions is easy. Beginning with these as they are the least controversial.
Configuration menu - View commit details
-
Copy full SHA for e51f736 - Browse repository at this point
Copy the full SHA e51f736View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ad99bc - Browse repository at this point
Copy the full SHA 2ad99bcView commit details -
Revert "texinfoInteractive: fixup build by using older perl"
This reverts commit 7a22083.
Configuration menu - View commit details
-
Copy full SHA for 0b89ece - Browse repository at this point
Copy the full SHA 0b89eceView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a0cca - Browse repository at this point
Copy the full SHA f0a0ccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48708a9 - Browse repository at this point
Copy the full SHA 48708a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 085cc29 - Browse repository at this point
Copy the full SHA 085cc29View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee841c5 - Browse repository at this point
Copy the full SHA ee841c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7de5708 - Browse repository at this point
Copy the full SHA 7de5708View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c0dd5 - Browse repository at this point
Copy the full SHA 12c0dd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f051f66 - Browse repository at this point
Copy the full SHA f051f66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7339a40 - Browse repository at this point
Copy the full SHA 7339a40View commit details -
Configuration menu - View commit details
-
Copy full SHA for e053386 - Browse repository at this point
Copy the full SHA e053386View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1510f32 - Browse repository at this point
Copy the full SHA 1510f32View commit details
Commits on Sep 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f89d6d9 - Browse repository at this point
Copy the full SHA f89d6d9View commit details -
pythonPackages.pytest-faulthandler: init at 1.5.0
- compatible with 2.7 and 3+ - all test pass.
Configuration menu - View commit details
-
Copy full SHA for 5704642 - Browse repository at this point
Copy the full SHA 5704642View commit details -
pythonPackages.python-lz4: init at 2.1.0
Fetching from github repository instead of pypi so that all tests can be run. - compatible with 2.7, 3+ - all tests pass
Configuration menu - View commit details
-
Copy full SHA for 3a56e31 - Browse repository at this point
Copy the full SHA 3a56e31View commit details -
pythonPackages.joblib: 0.12.1 -> 0.12.2
In order to get all the tests passing the Github repository was downloaded instead of from pypi so that the `conftest.py` is available. In addition to updating the version: - compatible with 2.7, 3+ now - all tests are running and passing
Configuration menu - View commit details
-
Copy full SHA for 05890dd - Browse repository at this point
Copy the full SHA 05890ddView commit details -
pythonPackages.pytest-repeat: init at 0.6.0
- compatible with 2.7, 3+ - all tests pass and running
Configuration menu - View commit details
-
Copy full SHA for 7b92017 - Browse repository at this point
Copy the full SHA 7b92017View commit details -
pythonPackages.distributed: 1.15.1 -> 1.22.1
The github repository was downloaded instead of the pypi repository for testing (needed `conftest.py`). Major work was done on the underlying dependencies to make distributed work on python 2.7, 3+. Note that the test **do** take a significant amount of time (10-15 minutes). - moved to `python-modules` - compatible with 2.7, 3+ - all tests pass (previously tests were not run)
Configuration menu - View commit details
-
Copy full SHA for 4f70170 - Browse repository at this point
Copy the full SHA 4f70170View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed13093 - Browse repository at this point
Copy the full SHA ed13093View commit details -
pythonPackages.pymatgen: 2018.8.10 -> 2018.9.1
Also 2018.8.10 does not build in previous state because auto updating from pypi did not account for a new requirement `networkx`. This has been added.
Configuration menu - View commit details
-
Copy full SHA for 63cf879 - Browse repository at this point
Copy the full SHA 63cf879View commit details -
Merge pull request #46034 from teto/khal_zsh_completion
khal: add zsh completion
Configuration menu - View commit details
-
Copy full SHA for b285ea7 - Browse repository at this point
Copy the full SHA b285ea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5bd566 - Browse repository at this point
Copy the full SHA b5bd566View commit details -
haskellPackages.tensorflow-mnist-input-data: use an attribute set to …
…specify the data files This is more understandable and safer than using a nested list.
Configuration menu - View commit details
-
Copy full SHA for 6bd8799 - Browse repository at this point
Copy the full SHA 6bd8799View commit details
There are no files selected for viewing