-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: b0987f201337
head repository: NixOS/nixpkgs-channels
compare: 0214f9e25e83
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
-
Configuration menu - View commit details
-
Copy full SHA for 3afe748 - Browse repository at this point
Copy the full SHA 3afe748View commit details -
Configuration menu - View commit details
-
Copy full SHA for b914cf8 - Browse repository at this point
Copy the full SHA b914cf8View 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 -
perlPackages.Mojolicious: 7.88 -> 8.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Configuration menu - View commit details
-
Copy full SHA for 08815b9 - Browse repository at this point
Copy the full SHA 08815b9View commit details -
perlPackages.MojoIOLoopForkCall: 0.19 -> 0.20
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Configuration menu - View commit details
-
Copy full SHA for 0214f9e - Browse repository at this point
Copy the full SHA 0214f9eView commit details
There are no files selected for viewing