-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: d363be93b495
head repository: NixOS/nixpkgs-channels
compare: 55beed9922c2
Commits on Jan 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 46736ce - Browse repository at this point
Copy the full SHA 46736ceView commit details
Commits on Feb 12, 2020
-
One of the motivations for this change is the following Discourse discussion: https://discourse.dhall-lang.org/t/offline-use-of-prelude/137 Many users have requested Dhall support for "offline" packages that can be fetched/built/installed using ordinary package management tools (like Nix) instead of using Dhall's HTTP import system. I will continue to use the term "offline" to mean Dhall package builds that do not use Dhall's language support for HTTP imports (and instead use the package manager's support for HTTP requests, such as `pkgs.fetchFromGitHub`) The goal of this change is to document what is the idiomatic way to implement "offline" Dhall builds by implementing Nixpkgs support for such builds. That way when other package management tools ask me how to package Dhall with their tools I can refer them to how it is done in Nixpkgs. This change contains a fully "offline" build for the largest Dhall package in existence, known as "dhall-packages" (not to be confused with `dhallPackages`, which is our Nix attribute set containing Dhall packages). The trick to implementing offline builds in Dhall is to take advantage of Dhall's support for semantic integrity checks. If an HTTP import is protected by an integrity check and a cached build product matches the integrity check then the HTTP import is never resolved and the expression is instead fetched from cache. By "installing" dependencies in a pre-seeded and isolated cache we can replace remote HTTP imports with dependencies that have been built and supplied by Nix instead. The offline nature of the builds are enforced by compiling the Haskell interpreter with the `-f-with-http` flag, which disables the interpreter's support for HTTP imports. If a user forgets to supply a necessary dependency as a Nix build product then the build fails informing them that HTTP imports are disabled. By default, built packages are "binary distributions", containing just a cache product and a Dhall expression which can be used to resolve the corresponding cache product. Users can also optionally enable a "source distribution" of a package which already includes the equivalent fully-evaluated Dhall code (for convenience), but this is disabled by default to keep `/nix/store` utilization as compact as possible.
Configuration menu - View commit details
-
Copy full SHA for 38f1d70 - Browse repository at this point
Copy the full SHA 38f1d70View commit details -
Simplify
dhall-kubernetes
packagesThere is no need to provide a separate `kubernetesVersion` argument since the `file` argument works just fine
Configuration menu - View commit details
-
Copy full SHA for 822ad56 - Browse repository at this point
Copy the full SHA 822ad56View commit details
Commits on Feb 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8a2c2e4 - Browse repository at this point
Copy the full SHA 8a2c2e4View commit details -
We don't compile blender with alembic. The linux build is able to detect that, but this is not done for darwin. This explicitly disables alembic to fix blender build on darwin.
Configuration menu - View commit details
-
Copy full SHA for ac56038 - Browse repository at this point
Copy the full SHA ac56038View commit details
Commits on Feb 17, 2020
-
Change formatting of record fields
... as requested by @Profpatsch
Configuration menu - View commit details
-
Copy full SHA for 32ed1c5 - Browse repository at this point
Copy the full SHA 32ed1c5View commit details
Commits on Feb 18, 2020
-
libreoffice: wrapper: add hunspell dirs to DICPATH
LibreOffice doesn't know where to look for hunspell dictionaries on NixOS but we can use the DICPATH env var to point to them. Now spellchecking with system dictionaries works. Note that some of these dictionaries are built from LibreOffice repos - this is preferable to building them as part of LO as other applications can use them.
Configuration menu - View commit details
-
Copy full SHA for c95bfd2 - Browse repository at this point
Copy the full SHA c95bfd2View commit details
Commits on Feb 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 720a81b - Browse repository at this point
Copy the full SHA 720a81bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e49c0a0 - Browse repository at this point
Copy the full SHA e49c0a0View commit details
Commits on Feb 20, 2020
-
gildas: 20200101_a -> 20200201_a
- Upgrade gildas to the latest version - Remove a patch that has been included upstream - Re-enable parallel building (fixed upstream)
Configuration menu - View commit details
-
Copy full SHA for 7667207 - Browse repository at this point
Copy the full SHA 7667207View commit details
Commits on Feb 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 031db7b - Browse repository at this point
Copy the full SHA 031db7bView commit details
Commits on Feb 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 951ceca - Browse repository at this point
Copy the full SHA 951cecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82b5cef - Browse repository at this point
Copy the full SHA 82b5cefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dae87e - Browse repository at this point
Copy the full SHA 5dae87eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a74fb5a - Browse repository at this point
Copy the full SHA a74fb5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac3c11a - Browse repository at this point
Copy the full SHA ac3c11aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ee5d55 - Browse repository at this point
Copy the full SHA 0ee5d55View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffe9053 - Browse repository at this point
Copy the full SHA ffe9053View commit details -
Configuration menu - View commit details
-
Copy full SHA for be18a3b - Browse repository at this point
Copy the full SHA be18a3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a3262f - Browse repository at this point
Copy the full SHA 4a3262fView commit details
Commits on Feb 23, 2020
-
nixos/acme: move the crt to fullchain.pem
lego already bundles the chain with the certificate,[1] so the current code, designed for simp_le, was resulting in duplicate certificate chains, manifesting as "Chain issues: Incorrect order, Extra certs" on the Qualys SSL Server Test. cert.pem stays around as a symlink for backwards compatibility. [1] https://github.com/go-acme/lego/blob/5cdc0002e9abb2463fffc962dadc3479f72d7486/acme/api/certificate.go#L40-L44
Configuration menu - View commit details
-
Copy full SHA for 8ecbd97 - Browse repository at this point
Copy the full SHA 8ecbd97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92ef705 - Browse repository at this point
Copy the full SHA 92ef705View commit details -
Configuration menu - View commit details
-
Copy full SHA for 128c999 - Browse repository at this point
Copy the full SHA 128c999View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ae7a8d - Browse repository at this point
Copy the full SHA 2ae7a8dView commit details
Commits on Feb 24, 2020
-
postgresqlPackages.postgis: 3.0.0 -> 3.0.1
Release notes: https://postgis.net/2020/02/20/postgis-3.0.1/
Configuration menu - View commit details
-
Copy full SHA for 53a5d69 - Browse repository at this point
Copy the full SHA 53a5d69View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb90fea - Browse repository at this point
Copy the full SHA fb90feaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ddbe3f - Browse repository at this point
Copy the full SHA 4ddbe3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43bb5bf - Browse repository at this point
Copy the full SHA 43bb5bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8eba26 - Browse repository at this point
Copy the full SHA a8eba26View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8da067 - Browse repository at this point
Copy the full SHA f8da067View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffe4009 - Browse repository at this point
Copy the full SHA ffe4009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06238ce - Browse repository at this point
Copy the full SHA 06238ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5c3bb4 - Browse repository at this point
Copy the full SHA e5c3bb4View commit details
Commits on Feb 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 633bdfc - Browse repository at this point
Copy the full SHA 633bdfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6c42d3 - Browse repository at this point
Copy the full SHA e6c42d3View commit details -
Merge pull request #81000 from marsam/update-spotify-tui
spotify-tui: 0.14.0 -> 0.15.0
Configuration menu - View commit details
-
Copy full SHA for 5ae5163 - Browse repository at this point
Copy the full SHA 5ae5163View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8d49ea - Browse repository at this point
Copy the full SHA d8d49eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82cbc6a - Browse repository at this point
Copy the full SHA 82cbc6aView commit details -
llvmPackages_10: copy llvmPackages_9
* starting with rc2 * make `lldb` compilable again on Darwin * separate out manpage creation for `lldb` into a new derivation * minor tweaks to the patching of sources, some of which are backportable to earlier versions
Configuration menu - View commit details
-
Copy full SHA for f111c6f - Browse repository at this point
Copy the full SHA f111c6fView commit details -
Merge pull request #81001 from marsam/update-postgis
postgresqlPackages.postgis: 3.0.0 -> 3.0.1
Configuration menu - View commit details
-
Copy full SHA for 6ee4ac1 - Browse repository at this point
Copy the full SHA 6ee4ac1View commit details -
Merge pull request #78482 from ggreif/master
llvmPackages_10: init at rc2
Configuration menu - View commit details
-
Copy full SHA for b63491f - Browse repository at this point
Copy the full SHA b63491fView commit details -
Merge pull request #79900 from Gabriel439/gabriel/dhall_packages_2
Add Nixpkgs support for Dhall
Configuration menu - View commit details
-
Copy full SHA for 8246c35 - Browse repository at this point
Copy the full SHA 8246c35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58dac37 - Browse repository at this point
Copy the full SHA 58dac37View commit details -
Merge pull request #80696 from deshaw/contrib/patroni
patroni: init at 1.6.4
Configuration menu - View commit details
-
Copy full SHA for b6f8e00 - Browse repository at this point
Copy the full SHA b6f8e00View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1e376e - Browse repository at this point
Copy the full SHA c1e376eView commit details -
Merge pull request #80640 from smaret/gildas-20200201a
gildas: 20200101_a -> 20200201_a
Configuration menu - View commit details
-
Copy full SHA for b9ee6cd - Browse repository at this point
Copy the full SHA b9ee6cdView commit details -
liblinear: use absolute install name on Darwin (#81015)
nixpkgs prefers absolute install names. Replace the manually specified relative install name with the standard hook.
Configuration menu - View commit details
-
Copy full SHA for 1a73b69 - Browse repository at this point
Copy the full SHA 1a73b69View commit details -
Merge pull request #80155 from r-ryantm/auto-update/blender
blender: 2.81a -> 2.82
Configuration menu - View commit details
-
Copy full SHA for 563b480 - Browse repository at this point
Copy the full SHA 563b480View commit details -
pythonPackages.fastdtw: init at 0.3.4
Fast implementation of Dynamic Time Warping algorithm. Dependency for qiskit-aqua.
Configuration menu - View commit details
-
Copy full SHA for ee3226b - Browse repository at this point
Copy the full SHA ee3226bView commit details -
pythonPackages.qiskit-terra: init at 0.12.0
Qiskit is a quantum information toolkit from IBM. This commit follows the new Qiskit scheme of breaking from one large package into smaller packages (terra, aer, etc), and then having a single meta-package "qiskit" that comprises them.
Configuration menu - View commit details
-
Copy full SHA for 49ad19b - Browse repository at this point
Copy the full SHA 49ad19bView 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 d363be93b495...55beed9922c2