-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 61f0936d1cd7
head repository: NixOS/nixpkgs-channels
compare: e829aeefa35c
Commits on Aug 22, 2018
-
mesa: restructure driver selection to be more architecture-neutral
This allows Mesa to also build on ppc64le.
Jona Stubbe committedAug 22, 2018 Configuration menu - View commit details
-
Copy full SHA for a1f5702 - Browse repository at this point
Copy the full SHA a1f5702View commit details -
restructure driver selection to show conditions for which each driver…
… is selected
Jona Stubbe committedAug 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 4688f40 - Browse repository at this point
Copy the full SHA 4688f40View commit details
Commits on Jan 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0a948da - Browse repository at this point
Copy the full SHA 0a948daView commit details
Commits on Jan 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2890a38 - Browse repository at this point
Copy the full SHA 2890a38View commit details
Commits on Feb 21, 2019
-
ipad_charge: enable installation udev rules
Note that you need to add this package to your `services.udev.packages` list rather than your `environment.systemPackages` for the udev rules to take effect. It might be worthwhile giving this its own configuration option, which could be documented in `man configuration.nix`.
Configuration menu - View commit details
-
Copy full SHA for d4f65c3 - Browse repository at this point
Copy the full SHA d4f65c3View commit details
Commits on Mar 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 636f156 - Browse repository at this point
Copy the full SHA 636f156View commit details
Commits on Mar 17, 2019
-
Building with this option allows Lynx to optionally use the default colors of the terminal, when compiled with ncurses or slang. It does not (as far as I know) change any default behavior. Since we build with ncurses, I don't think there's any reason not to have this.
Configuration menu - View commit details
-
Copy full SHA for 3912502 - Browse repository at this point
Copy the full SHA 3912502View commit details
Commits on Mar 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 30dd92f - Browse repository at this point
Copy the full SHA 30dd92fView commit details
Commits on Mar 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a86f062 - Browse repository at this point
Copy the full SHA a86f062View commit details -
Configuration menu - View commit details
-
Copy full SHA for d48e8f6 - Browse repository at this point
Copy the full SHA d48e8f6View commit details
Commits on Mar 23, 2019
-
conan: fix pluginbase version requirement
Pedro Pombeiro committedMar 23, 2019 Configuration menu - View commit details
-
Copy full SHA for ca2e283 - Browse repository at this point
Copy the full SHA ca2e283View commit details
Commits on Mar 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8f4dced - Browse repository at this point
Copy the full SHA 8f4dcedView 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/libgdiplus/versions
Configuration menu - View commit details
-
Copy full SHA for 8d98e64 - Browse repository at this point
Copy the full SHA 8d98e64View commit details
Commits on Mar 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6261601 - Browse repository at this point
Copy the full SHA 6261601View commit details
Commits on Apr 5, 2019
-
nixos/printing: fix CUPS
SetEnv
directive placementWith CUPS v2.3b5, the configuration directive `SetEnv` moved from `cupsd.conf` to `cups-files.conf`. See also apple/cups@d47f6ae . We have to follow up as `SetEnv` is now ignored in `cupsd.conf`. Without this, executables called by cups can't find other executables they depend on, like `gs` or `perl`.
Configuration menu - View commit details
-
Copy full SHA for 631c71d - Browse repository at this point
Copy the full SHA 631c71dView commit details
Commits on Apr 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e7f5750 - Browse repository at this point
Copy the full SHA e7f5750View commit details
Commits on Apr 17, 2019
-
libjpeg-turbo: 2.0.1 -> 2.0.2, cleanup
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.0.2 * patches included, drop * use installCheck to avoid needing to set LD_LIBRARY_PATH
Configuration menu - View commit details
-
Copy full SHA for 6491346 - Browse repository at this point
Copy the full SHA 6491346View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78c018b - Browse repository at this point
Copy the full SHA 78c018bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcede9b - Browse repository at this point
Copy the full SHA fcede9bView commit details
Commits on Apr 18, 2019
-
nixos/netboot: import -> callPackage
Copy-paste from iso-image.nix Besides the simplification, it should use `pkgs.buildPackages.squashfsTools` because it is used in `nativeBuildInputs` instead of incorrect `pkgs.squashfsTools` which was forced by `import'
volth authoredApr 18, 2019 Configuration menu - View commit details
-
Copy full SHA for ca7a18a - Browse repository at this point
Copy the full SHA ca7a18aView commit details
Commits on Apr 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c5c4d59 - Browse repository at this point
Copy the full SHA c5c4d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5b583b - Browse repository at this point
Copy the full SHA e5b583bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b172ff5 - Browse repository at this point
Copy the full SHA b172ff5View commit details
Commits on Apr 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 61f8332 - Browse repository at this point
Copy the full SHA 61f8332View commit details
Commits on Apr 22, 2019
-
nixos-container: allow setting custom local and host address
I have a nixops network where I deploy containers using the `container` backend which uses `nixos-container` intenrally to deploy several containers to a certain host. During that time I removed and added new containers and while trying to deploy those to a different host I realized that it isn't guaranteed that each container gets the same IP address which is a problem as some parts of the deployment need to know which container is using which IP (i.e. to configure port forwarding on the host). With this change you can specify the container's IP like this (and don't have to use the arbitrarily used 10.233.0.0/16 subnet): ``` $ nixos-container create test --config-file test-container.nix \ --local-address 10.235.1.2 --host-address 10.235.1.1 ```
Configuration menu - View commit details
-
Copy full SHA for c957341 - Browse repository at this point
Copy the full SHA c957341View commit details
Commits on Apr 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e71d172 - Browse repository at this point
Copy the full SHA e71d172View commit details
Commits on Apr 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9a711cc - Browse repository at this point
Copy the full SHA 9a711ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6f020f - Browse repository at this point
Copy the full SHA b6f020fView commit details -
qemu: drop fix-hda-recording.patch, appears applied upstream
(across multiple commits, maybe?)
Configuration menu - View commit details
-
Copy full SHA for bf35e8f - Browse repository at this point
Copy the full SHA bf35e8fView commit details
Commits on Apr 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a52e317 - Browse repository at this point
Copy the full SHA a52e317View commit details -
This was never listed in doubles.nix! Not sure why?
Configuration menu - View commit details
-
Copy full SHA for e500bb8 - Browse repository at this point
Copy the full SHA e500bb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for accfd7c - Browse repository at this point
Copy the full SHA accfd7cView commit details
Commits on May 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a7b673a - Browse repository at this point
Copy the full SHA a7b673aView commit details
Commits on May 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 296e8fe - Browse repository at this point
Copy the full SHA 296e8feView 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/vim/versions
Configuration menu - View commit details
-
Copy full SHA for a529bc7 - Browse repository at this point
Copy the full SHA a529bc7View commit details
Commits on May 3, 2019
-
perlPackages: fix build packages for non-default perl
volth committedMay 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 120398a - Browse repository at this point
Copy the full SHA 120398aView commit details -
nukeReferences: fix for store paths with special characters (like '+'…
… or '.') This introduces extra escaping for $NIX_STORE that gets interpolated into a PCRE. The escaping is performed using a standard Perl function "quotemeta" (see "perldoc -f quotemeta" for reference). The same value is also used in sed regex which uses POSIX basic regular expressions instead of PCRE, so it needs fewer characters to be escaped. It should not cause much problem to not change sed invocation, but I replace it with equivalent Perl expression (actually the behavior is changed to not output a newline character after the matched output).
Configuration menu - View commit details
-
Copy full SHA for fdada4a - Browse repository at this point
Copy the full SHA fdada4aView commit details
Commits on May 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5ce6bfe - Browse repository at this point
Copy the full SHA 5ce6bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01d805a - Browse repository at this point
Copy the full SHA 01d805aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fe63c8 - Browse repository at this point
Copy the full SHA 2fe63c8View commit details
Commits on May 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4588661 - Browse repository at this point
Copy the full SHA 4588661View 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/gssdp/versions
Configuration menu - View commit details
-
Copy full SHA for 458f586 - Browse repository at this point
Copy the full SHA 458f586View commit details
Commits on May 6, 2019
-
ruby: disable docSupport for baseruby
Even if building a Ruby with documentation, there's no reason for its baseruby to waste time building its own documentation as well.
Configuration menu - View commit details
-
Copy full SHA for 9b39be3 - Browse repository at this point
Copy the full SHA 9b39be3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bf5d3a - Browse repository at this point
Copy the full SHA 8bf5d3aView commit details
Commits on May 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ffb09e0 - Browse repository at this point
Copy the full SHA ffb09e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4490234 - Browse repository at this point
Copy the full SHA 4490234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c06639 - Browse repository at this point
Copy the full SHA 8c06639View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62e6e13 - Browse repository at this point
Copy the full SHA 62e6e13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bdae8f - Browse repository at this point
Copy the full SHA 1bdae8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8a74e9 - Browse repository at this point
Copy the full SHA d8a74e9View commit details
There are no files selected for viewing
This file was deleted.