-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 6e3eee833d7d
head repository: NixOS/nixpkgs-channels
compare: 5d4f0de6891d
Commits on Oct 10, 2017
-
singularity-tools: Only copy into /bin what is specified in contents
Dan Haraj committedOct 10, 2017 Configuration menu - View commit details
-
Copy full SHA for 9cf47fb - Browse repository at this point
Copy the full SHA 9cf47fbView commit details
Commits on Nov 23, 2018
-
rustfmt 1.0 has been released, but requires a more recent rustc.
Configuration menu - View commit details
-
Copy full SHA for 7bd3a3b - Browse repository at this point
Copy the full SHA 7bd3a3bView commit details -
now that we have a recent enough rustfmt
Configuration menu - View commit details
-
Copy full SHA for c73f75d - Browse repository at this point
Copy the full SHA c73f75dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d63496 - Browse repository at this point
Copy the full SHA 1d63496View commit details
Commits on Dec 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4ec643b - Browse repository at this point
Copy the full SHA 4ec643bView commit details
Commits on Dec 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c9a228c - Browse repository at this point
Copy the full SHA c9a228cView commit details
Commits on Jan 4, 2019
-
nixos/nsd: Don't override bind via nixpkgs.config
When generating values for the services.nsd.zones attribute using values from pkgs, we'll run into an infinite recursion because the nsd module has a condition on the top-level definition of nixpkgs.config. While it would work to push the definition a few levels down, it will still only work if we don't use bind tools for generating zones. As far as I could see, Python support for BIND seems to be only needed for the dnssec-* tools, so instead of using nixpkgs.config, we now directly override pkgs.bind instead of globally in nixpkgs. To illustrate the problem with a small test case, instantiating the following Nix expression from the nixpkgs source root will cause the mentioned infinite recursion: (import ./nixos { configuration = { lib, pkgs, ... }: { services.nsd.enable = true; services.nsd.zones = import (pkgs.writeText "foo.nix" '' { "foo.".data = "xyz"; "foo.".dnssec = true; } ''); }; }).vm With this change, generating zones via import-from-derivation is now possible again. Signed-off-by: aszlig <aszlig@nix.build> Cc: @pngwjpgh
Configuration menu - View commit details
-
Copy full SHA for 751bdac - Browse repository at this point
Copy the full SHA 751bdacView commit details -
nixos/nsd: Improve checking for empty dnssec zones
While at it (see previous commit), using attrNames in combination with length is a bit verbose for checking whether the filtered attribute set is empty, so let's just compare it against an empty attribute set. Signed-off-by: aszlig <aszlig@nix.build>
Configuration menu - View commit details
-
Copy full SHA for 6446d9e - Browse repository at this point
Copy the full SHA 6446d9eView commit details
Commits on Jan 5, 2019
-
nixos/systemd-udev-settle: don't restart on upgrades
The idea is that we only need this target during boot, however there is no point on restarting it on every upgrade. This hopefully fixes #21954
Configuration menu - View commit details
-
Copy full SHA for 0a2c8cc - Browse repository at this point
Copy the full SHA 0a2c8ccView commit details
Commits on Jan 6, 2019
-
neovim-qt: wrap in separate derivation
This makes it possible to swap out the (wrapped) neovim without recompiling neovim-qt. In particular, the user can use `neovim.override` to configure their neovim and then use that same configuration for neovim-qt, without having to give up binary caching.
Configuration menu - View commit details
-
Copy full SHA for ee9bc40 - Browse repository at this point
Copy the full SHA ee9bc40View commit details -
Configuration menu - View commit details
-
Copy full SHA for c52c4a0 - Browse repository at this point
Copy the full SHA c52c4a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 123b372 - Browse repository at this point
Copy the full SHA 123b372View commit details -
transmission-remote-gtk: 1.4.0 -> 1.4.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/transmission-remote-gtk/versions
Configuration menu - View commit details
-
Copy full SHA for 83599e2 - Browse repository at this point
Copy the full SHA 83599e2View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/simpleitk/versions
Configuration menu - View commit details
-
Copy full SHA for 1c1fd09 - Browse repository at this point
Copy the full SHA 1c1fd09View commit details
Commits on Jan 7, 2019
-
qtbitcointrader: 1.40.30 -> 1.40.40
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qtbitcointrader/versions
Configuration menu - View commit details
-
Copy full SHA for 67b8195 - Browse repository at this point
Copy the full SHA 67b8195View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pasystray/versions
Configuration menu - View commit details
-
Copy full SHA for d89f092 - Browse repository at this point
Copy the full SHA d89f092View commit details -
needs Python 3 to use Clock widget: qtile/qtile#1258 (comment)
Configuration menu - View commit details
-
Copy full SHA for d837860 - Browse repository at this point
Copy the full SHA d837860View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1fff1e - Browse repository at this point
Copy the full SHA d1fff1eView commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pdf2djvu/versions
Configuration menu - View commit details
-
Copy full SHA for 2743be6 - Browse repository at this point
Copy the full SHA 2743be6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a096b4 - Browse repository at this point
Copy the full SHA 3a096b4View commit details -
atlassian modules: don't chown home recursively
This can take a long time and should not be necassary anyway.
Configuration menu - View commit details
-
Copy full SHA for b60f8fc - Browse repository at this point
Copy the full SHA b60f8fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ece39b0 - Browse repository at this point
Copy the full SHA ece39b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 847bd6e - Browse repository at this point
Copy the full SHA 847bd6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a38287 - Browse repository at this point
Copy the full SHA 4a38287View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89d24ac - Browse repository at this point
Copy the full SHA 89d24acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f02b86 - Browse repository at this point
Copy the full SHA 6f02b86View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nmon/versions
Configuration menu - View commit details
-
Copy full SHA for 1dcc1f2 - Browse repository at this point
Copy the full SHA 1dcc1f2View commit details
Commits on Jan 8, 2019
-
This is the last version known to build. Fixes #53609.
Configuration menu - View commit details
-
Copy full SHA for bb87416 - Browse repository at this point
Copy the full SHA bb87416View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47a8b13 - Browse repository at this point
Copy the full SHA 47a8b13View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/calibre/versions
Configuration menu - View commit details
-
Copy full SHA for bc1b9dd - Browse repository at this point
Copy the full SHA bc1b9ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c6a899 - Browse repository at this point
Copy the full SHA 6c6a899View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd90297 - Browse repository at this point
Copy the full SHA fd90297View commit details -
Merge pull request #53446 from Mic92/systemd-udev-settle
nixos/systemd-udev-settle: don't restart on upgrades
Configuration menu - View commit details
-
Copy full SHA for ba9f589 - Browse repository at this point
Copy the full SHA ba9f589View commit details -
Merge pull request #53589 from r-ryantm/auto-update/pdf2djvu
pdf2djvu: 0.9.11 -> 0.9.12
Configuration menu - View commit details
-
Copy full SHA for 890579c - Browse repository at this point
Copy the full SHA 890579cView commit details -
Merge pull request #53636 from r-ryantm/auto-update/calibre
calibre: 3.36.0 -> 3.37.0
Configuration menu - View commit details
-
Copy full SHA for a8a2e84 - Browse repository at this point
Copy the full SHA a8a2e84View commit details -
Merge pull request #53447 from timokau/neovim-qt-wrapper
neovim-qt: wrap in separate derivation
Configuration menu - View commit details
-
Copy full SHA for 15c8362 - Browse repository at this point
Copy the full SHA 15c8362View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5da2848 - Browse repository at this point
Copy the full SHA 5da2848View commit details -
Merge pull request #53536 from r-ryantm/auto-update/qtbitcointrader
qtbitcointrader: 1.40.30 -> 1.40.40
Configuration menu - View commit details
-
Copy full SHA for c514728 - Browse repository at this point
Copy the full SHA c514728View commit details -
Merge pull request #52765 from Izorkin/datadog-agent
datadog-agent: 6.4.2 -> 6.8.3
Configuration menu - View commit details
-
Copy full SHA for 6a942ae - Browse repository at this point
Copy the full SHA 6a942aeView commit details -
pythonPackages.zfec: patch out argparse dependency
Since `argparse` stopped doing anything a while ago, we'll just patch it out of setup.py and nobody will notice.
Configuration menu - View commit details
-
Copy full SHA for 2c9de98 - Browse repository at this point
Copy the full SHA 2c9de98View commit details -
Configuration menu - View commit details
-
Copy full SHA for c38ff23 - Browse repository at this point
Copy the full SHA c38ff23View commit details -
python.pkgs.graphviz: hardcode path to graphviz's bin/
Robert Schütz committedJan 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 4d29e16 - Browse repository at this point
Copy the full SHA 4d29e16View commit details -
python.pkgs.objgraph: hardcode path to graphviz's bin/
Robert Schütz committedJan 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 2357d57 - Browse repository at this point
Copy the full SHA 2357d57View commit details -
python.pkgs.pydot: hardcode path to graphviz's bin/
Robert Schütz committedJan 8, 2019 Configuration menu - View commit details
-
Copy full SHA for d034fb8 - Browse repository at this point
Copy the full SHA d034fb8View commit details -
python.pkgs.pydot: 1.4.0 -> 1.4.1
Robert Schütz committedJan 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 354b0d4 - Browse repository at this point
Copy the full SHA 354b0d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ace9a7 - Browse repository at this point
Copy the full SHA 3ace9a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6004e5d - Browse repository at this point
Copy the full SHA 6004e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 114a9e6 - Browse repository at this point
Copy the full SHA 114a9e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7367cb - Browse repository at this point
Copy the full SHA f7367cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c86e00e - Browse repository at this point
Copy the full SHA c86e00eView 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 6e3eee833d7d...5d4f0de6891d