-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 05659962cd8c
head repository: NixOS/nixpkgs-channels
compare: e40d850fd13c
Commits on Sep 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2430a13 - Browse repository at this point
Copy the full SHA 2430a13View commit details
Commits on Sep 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4200e68 - Browse repository at this point
Copy the full SHA 4200e68View commit details
Commits on Sep 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6bb07ec - Browse repository at this point
Copy the full SHA 6bb07ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9219580 - Browse repository at this point
Copy the full SHA 9219580View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6108d6a - Browse repository at this point
Copy the full SHA 6108d6aView commit details
Commits on Sep 20, 2018
-
haskellPackages.sbv: fix location of z3 executable
A lot of the functionality of the z3 library depends on it being able to find the z3 executable on $PATH. Hard-coding it here means it will never be unable to find it and z3 doesn't need to pollute $PATH.
Nathan van Doorn committedSep 20, 2018 Configuration menu - View commit details
-
Copy full SHA for c8598da - Browse repository at this point
Copy the full SHA c8598daView commit details -
Merge pull request #46956 from Taneb/sbv-fix-z3
haskellPackages.sbv: fix location of z3 executable
Configuration menu - View commit details
-
Copy full SHA for b204298 - Browse repository at this point
Copy the full SHA b204298View 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/rdma-core/versions
Configuration menu - View commit details
-
Copy full SHA for 069cfb5 - Browse repository at this point
Copy the full SHA 069cfb5View 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/pulseeffects/versions
Configuration menu - View commit details
-
Copy full SHA for 8eba699 - Browse repository at this point
Copy the full SHA 8eba699View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3afe748 - Browse repository at this point
Copy the full SHA 3afe748View commit details -
Merge pull request #46976 from r-ryantm/auto-update/pulseeffects
pulseeffects: 4.3.4 -> 4.3.5
Configuration menu - View commit details
-
Copy full SHA for 95a6df0 - Browse repository at this point
Copy the full SHA 95a6df0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ead7a4 - Browse repository at this point
Copy the full SHA 7ead7a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5509a39 - Browse repository at this point
Copy the full SHA 5509a39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28fee11 - Browse repository at this point
Copy the full SHA 28fee11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d30b3d - Browse repository at this point
Copy the full SHA 7d30b3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b914cf8 - Browse repository at this point
Copy the full SHA b914cf8View commit details -
Merge pull request #46969 from r-ryantm/auto-update/rdma-core
rdma-core: 19 -> 20
Configuration menu - View commit details
-
Copy full SHA for 23efdac - Browse repository at this point
Copy the full SHA 23efdacView commit details -
Merge pull request #46510 from worldofpeace/installer-refactor
installer: refactor
Configuration menu - View commit details
-
Copy full SHA for b0987f2 - Browse repository at this point
Copy the full SHA b0987f2View commit details -
dockerTools.buildImage: support impure dates
Because dates are an impurity, by default buildImage will use a static date of one second past the UNIX Epoch. This can be a bit frustrating when listing docker images in the CLI: $ docker image list REPOSITORY TAG IMAGE ID CREATED SIZE hello latest 08c791c7846e 48 years ago 25.2MB If you want to trade the purity for a better user experience, you can set created to now. pkgs.dockerTools.buildImage { name = "hello"; tag = "latest"; created = "now"; contents = pkgs.hello; config.Cmd = [ "/bin/hello" ]; } and now the Docker CLI will display a reasonable date and sort the images as expected: $ docker image list REPOSITORY TAG IMAGE ID CREATED SIZE hello latest de2bf4786de6 About a minute ago 25.2MB
Configuration menu - View commit details
-
Copy full SHA for a32d7e0 - Browse repository at this point
Copy the full SHA a32d7e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d20233 - Browse repository at this point
Copy the full SHA 7d20233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c63124 - Browse repository at this point
Copy the full SHA 0c63124View 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/mediainfo/versions
Configuration menu - View commit details
-
Copy full SHA for a454984 - Browse repository at this point
Copy the full SHA a454984View 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/ncmpc/versions
Configuration menu - View commit details
-
Copy full SHA for afa5e20 - Browse repository at this point
Copy the full SHA afa5e20View 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/smcroute/versions
Configuration menu - View commit details
-
Copy full SHA for 3222fe1 - Browse repository at this point
Copy the full SHA 3222fe1View 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/metabase/versions
Configuration menu - View commit details
-
Copy full SHA for 31ea743 - Browse repository at this point
Copy the full SHA 31ea743View 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/libre/versions
Configuration menu - View commit details
-
Copy full SHA for ae093d7 - Browse repository at this point
Copy the full SHA ae093d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2735013 - Browse repository at this point
Copy the full SHA 2735013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06daa1b - Browse repository at this point
Copy the full SHA 06daa1bView commit details -
Merge pull request #47008 from Tomahna/mopidy-iris
mopidy-iris: 3.25.1 -> 3.26.0
Configuration menu - View commit details
-
Copy full SHA for 790a72d - Browse repository at this point
Copy the full SHA 790a72dView commit details -
Merge pull request #46986 from AesaKamar/aesa/scalafmt/140-151
scalafmt: 1.4.0 -> 1.5.1
Configuration menu - View commit details
-
Copy full SHA for d2f1f32 - Browse repository at this point
Copy the full SHA d2f1f32View commit details -
Merge pull request #46982 from tkerber/fix-plug
vim-utils: fix broken vim-plug implementation.
Configuration menu - View commit details
-
Copy full SHA for 9134d44 - Browse repository at this point
Copy the full SHA 9134d44View commit details -
Merge pull request #46955 from timbertson/nix-pin
nix-pin: 0.3.4 -> 0.4.0
Configuration menu - View commit details
-
Copy full SHA for 62aadba - Browse repository at this point
Copy the full SHA 62aadbaView commit details -
Merge pull request #47018 from romildo/upd.numix-icon-theme-circle
numix-icon-theme-circle: 18-08-17 -> 18.09.19
Configuration menu - View commit details
-
Copy full SHA for 6cf4ecc - Browse repository at this point
Copy the full SHA 6cf4eccView commit details -
doc/stdenv: libaries -> libraries (#47011)
This commit corrects a minor typo in the stdenv portion of the documentation for the nix language.
Configuration menu - View commit details
-
Copy full SHA for aec67d2 - Browse repository at this point
Copy the full SHA aec67d2View commit details -
Merge pull request #47019 from romildo/upd.numix-icon-theme-square
numix-icon-theme-square: 18-08-17 -> 18.09.19
Configuration menu - View commit details
-
Copy full SHA for b51628a - Browse repository at this point
Copy the full SHA b51628aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce03af9 - Browse repository at this point
Copy the full SHA ce03af9View commit details -
Merge pull request #46910 from dtzWill/update/i7z-0.27.3
i7z: 0.27.2 -> 0.27.3, cleanup, various fixes, maintained fork, qt5
Configuration menu - View commit details
-
Copy full SHA for 9114d13 - Browse repository at this point
Copy the full SHA 9114d13View commit details -
nixos/tests/gdk-pixbuf: fix test on i686 (#46916)
Test didn't run because it tried to create a VM with 4096M RAM but qemu-system-i386 has a hard 2047M memory limit. - reduce memory to 2047M on i686. - increase timeout 300s -> 1800s because the tests are much slower on i686 and timed out.
Configuration menu - View commit details
-
Copy full SHA for e40d850 - Browse repository at this point
Copy the full SHA e40d850View commit details
There are no files selected for viewing