-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 4c2913215c9b
head repository: NixOS/nixpkgs-channels
compare: 437cc2c6403b
Commits on May 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b6f3fcf - Browse repository at this point
Copy the full SHA b6f3fcfView commit details
Commits on May 14, 2018
-
ocamlPackages.ocurl: 0.8.0 -> 0.8.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/ocurl/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 0.8.1 with grep in /nix/store/g76kv7vaw650ibv0rv7544biwpzrdisw-ocurl-0.8.1 - directory tree listing: https://gist.github.com/3093abaf0dd2e39a2eb0d107f14fe8db - du listing: https://gist.github.com/6e66e0fd5554664ca460eaa3e19a44aa
R. RyanTM committedMay 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 79d39de - Browse repository at this point
Copy the full SHA 79d39deView commit details
Commits on May 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 89a5e6d - Browse repository at this point
Copy the full SHA 89a5e6dView commit details -
iproute2: module to create rt_table file & co
When doing source routing/multihoming, it's practical to give names to routing tables. The absence of the rt_table file in /etc make this impossible. This patch recreates these files on rebuild so that they can be modified by the user see NixOS#38638. iproute2 is modified to look into config.networking.iproute2.confDir instead of /etc/iproute2.
Configuration menu - View commit details
-
Copy full SHA for 1e0975f - Browse repository at this point
Copy the full SHA 1e0975fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b75a959 - Browse repository at this point
Copy the full SHA b75a959View commit details -
Configuration menu - View commit details
-
Copy full SHA for 261d993 - Browse repository at this point
Copy the full SHA 261d993View commit details -
Merge pull request #40555 from yorickvP/patch-3
module-list: add youtrack module to list
Configuration menu - View commit details
-
Copy full SHA for 14d7d39 - Browse repository at this point
Copy the full SHA 14d7d39View commit details -
ocamlPackages.conduit-lwt-unix: add SSL support
This makes it possible to run the example given at https://github.com/mirage/ocaml-cohttp#client-tutorial
Configuration menu - View commit details
-
Copy full SHA for 202f19b - Browse repository at this point
Copy the full SHA 202f19bView commit details -
Inetutils provides a cross-platform version of telnet. Normally I would try to contact the old maintainer, but none is listed.
Configuration menu - View commit details
-
Copy full SHA for 1d9d1fa - Browse repository at this point
Copy the full SHA 1d9d1faView commit details -
Merge pull request #40543 from mnacamura/darwin-juniper
rPackages.JuniperKernel: fix non-Darwin build
Configuration menu - View commit details
-
Copy full SHA for 656e4d6 - Browse repository at this point
Copy the full SHA 656e4d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f19845c - Browse repository at this point
Copy the full SHA f19845cView commit details -
mate.caja: 1.21.0 -> 1.21.1 (#40497)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/caja/versions. These checks were done: - built on NixOS - ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/caja -h’ got 0 exit code - ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/caja --help’ got 0 exit code - ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/caja-connect-server -h’ got 0 exit code - ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/caja-connect-server --help’ got 0 exit code - ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/.caja-wrapped -h’ got 0 exit code - ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/.caja-wrapped --help’ got 0 exit code - ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/.caja-connect-server-wrapped -h’ got 0 exit code - ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/.caja-connect-server-wrapped --help’ got 0 exit code - found 1.21.1 with grep in /nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1 - directory tree listing: https://gist.github.com/46fb531ddeedf504b1610ffcaf01f09f - du listing: https://gist.github.com/5396435fca3703ee457ac3c66b5c0121
Configuration menu - View commit details
-
Copy full SHA for d0210b0 - Browse repository at this point
Copy the full SHA d0210b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44361ea - Browse repository at this point
Copy the full SHA 44361eaView commit details -
Merge pull request #39536 from teto/iproute
[RDY] iproute: copy files in /etc
Configuration menu - View commit details
-
Copy full SHA for a3e4340 - Browse repository at this point
Copy the full SHA a3e4340View commit details -
nixos/tests/installer: Add lndir to extraDeps
In commit 17dd7bc the systemd unit generator now uses lndir instead of "ln -s", so we need to have lndir available in the Nix store for the installer tests to be able to build the units and thus the whole system. This should fix the installer tests, although I have only tested it with the "simple" subtest. Signed-off-by: aszlig <aszlig@nix.build> Cc: @jtojnar, @xeji, @edolstra
Configuration menu - View commit details
-
Copy full SHA for fa0b60f - Browse repository at this point
Copy the full SHA fa0b60fView commit details -
Merge pull request #40475 from r-ryantm/auto-update/ocurl
ocamlPackages.ocurl: 0.8.0 -> 0.8.1
Configuration menu - View commit details
-
Copy full SHA for 462deef - Browse repository at this point
Copy the full SHA 462deefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f20a59 - Browse repository at this point
Copy the full SHA 9f20a59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 726268d - Browse repository at this point
Copy the full SHA 726268dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5dae23 - Browse repository at this point
Copy the full SHA d5dae23View commit details -
Merge pull request #40184 from jD91mZM2/multibootusb
multibootusb: init at 9.2.0
Configuration menu - View commit details
-
Copy full SHA for 0b1a0e3 - Browse repository at this point
Copy the full SHA 0b1a0e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 437cc2c - Browse repository at this point
Copy the full SHA 437cc2cView commit details
There are no files selected for viewing
This file was deleted.