-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: c65da8b5111b
head repository: NixOS/nixpkgs-channels
compare: d29947c36a70
Commits on Sep 4, 2018
-
Allow the definition of extra options on commandline
I stumbled upon an issue with the Alertmanager that required an additional comand line option. See https://groups.google.com/forum/#!msg/prometheus-users/-5wd-P13xCI/lGLBHHgnBgAJ
Configuration menu - View commit details
-
Copy full SHA for 69e4e49 - Browse repository at this point
Copy the full SHA 69e4e49View commit details
Commits on Sep 6, 2018
-
altcoins.parity-ui: 0.2.8 -> 0.3.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from parity-ui
R. RyanTM committedSep 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 597ecd0 - Browse repository at this point
Copy the full SHA 597ecd0View commit details
Commits on Sep 7, 2018
-
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from htslib
R. RyanTM committedSep 7, 2018 Configuration menu - View commit details
-
Copy full SHA for cb787e9 - Browse repository at this point
Copy the full SHA cb787e9View commit details
Commits on Sep 10, 2018
-
nixos/initrd-network: multiple fixes
* acquire DHCP on the interfaces with networking.interface.$name.useDHCP == true or on all interfaces if networking.useDHCP == true (was only only "eth0") * respect "mtu" if it was in DHCP answer (it happens in the wild) * acquire and set up staticroutes (unlike others clients, udhcpc does not do the query by default); this supersedes NixOS/nixpkgs#41829
volth authoredSep 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 502b37a - Browse repository at this point
Copy the full SHA 502b37aView commit details -
volth authored
Sep 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 16edfb2 - Browse repository at this point
Copy the full SHA 16edfb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d238e6 - Browse repository at this point
Copy the full SHA 7d238e6View commit details
Commits on Sep 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 574f4c4 - Browse repository at this point
Copy the full SHA 574f4c4View commit details -
Increase Virtualbox disk image size
10G is not enough for a desktop installation, and resizing a Virtualbox disk image is a pain. Let's increase the default disk size to 100G. It does not require more storage space, since the empty bits are left out.
Configuration menu - View commit details
-
Copy full SHA for f96dde6 - Browse repository at this point
Copy the full SHA f96dde6View commit details
Commits on Sep 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2039327 - Browse repository at this point
Copy the full SHA 2039327View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3eff01 - Browse repository at this point
Copy the full SHA d3eff01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32c63c6 - Browse repository at this point
Copy the full SHA 32c63c6View commit details -
tests: bittorrent: improve stability
This attempts to improve stability of the test by using existing services for miniupnpd and transmission. It also uses explicit addresses for the network interfaces so that the external IP addresses are valid internet addresses (thus fixing validation problems from upnpc). Also disable eth0 from being used to transfer torrents over without that being the intention.
Configuration menu - View commit details
-
Copy full SHA for 276ffc5 - Browse repository at this point
Copy the full SHA 276ffc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fbc521 - Browse repository at this point
Copy the full SHA 5fbc521View commit details -
Configuration menu - View commit details
-
Copy full SHA for 906e69d - Browse repository at this point
Copy the full SHA 906e69dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1de1bc8 - Browse repository at this point
Copy the full SHA 1de1bc8View commit details
Commits on Sep 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for be6e995 - Browse repository at this point
Copy the full SHA be6e995View commit details
Commits on Sep 19, 2018
-
dovecot: allow sasl_bind=yes in the LDAP driver.
Dovecot has its own SASL implementation, but needs Cyrus SASL's headers to bind to an LDAP server using SASL. This is useful to avoid the need to manage a dnpass= in dovecot-ldap.conf by using the Unix socket to authenticate. This is done with sasl_mech=EXTERNAL in dovecot-ldap.conf, and some olcAccess: with by dn="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" read in the slapd's cn=config for the LDAP database queried by dovecot/auth (which runs as root).
Julien Moutinho committedSep 19, 2018 Configuration menu - View commit details
-
Copy full SHA for 27f95f3 - Browse repository at this point
Copy the full SHA 27f95f3View commit details
Commits on Sep 20, 2018
-
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xorriso/versions
Configuration menu - View commit details
-
Copy full SHA for ae5a7f4 - Browse repository at this point
Copy the full SHA ae5a7f4View commit details -
wireless-regdb: 2018.05.31 -> 2018.09.07
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wireless-regdb/versions
Configuration menu - View commit details
-
Copy full SHA for 286915d - Browse repository at this point
Copy the full SHA 286915dView commit details -
nixos/systemd-lib: fix assertValueOneOf
when value is not a string
Configuration menu - View commit details
-
Copy full SHA for 4392ec6 - Browse repository at this point
Copy the full SHA 4392ec6View 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/proj/versions
Configuration menu - View commit details
-
Copy full SHA for 4d404fb - Browse repository at this point
Copy the full SHA 4d404fbView commit details
Commits on Sep 23, 2018
-
Remove dead code from stdenv check-meta license logic
The `unfree` and `unfreeRedistributable` licenses both have `free = false`, which will trigger the first portion of logic. This removes dead code to simplify the logic. As a follow-up, I plan to add an attribute `redistributable = [true|false]`, which can be used by Hydra to determine whether a given package with a given license can be included in the channel.
Configuration menu - View commit details
-
Copy full SHA for 0b9d9ab - Browse repository at this point
Copy the full SHA 0b9d9abView commit details
Commits on Sep 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5e5e3d8 - Browse repository at this point
Copy the full SHA 5e5e3d8View commit details -
rokk4 committed
Sep 24, 2018 Configuration menu - View commit details
-
Copy full SHA for c160745 - Browse repository at this point
Copy the full SHA c160745View commit details -
Configuration menu - View commit details
-
Copy full SHA for af476db - Browse repository at this point
Copy the full SHA af476dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f793b9f - Browse repository at this point
Copy the full SHA f793b9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c2a7f1 - Browse repository at this point
Copy the full SHA 5c2a7f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3187db6 - Browse repository at this point
Copy the full SHA 3187db6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f80119 - Browse repository at this point
Copy the full SHA 4f80119View commit details -
Configuration menu - View commit details
-
Copy full SHA for 530de1c - Browse repository at this point
Copy the full SHA 530de1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23e5af9 - Browse repository at this point
Copy the full SHA 23e5af9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39c85c3 - Browse repository at this point
Copy the full SHA 39c85c3View commit details
Commits on Sep 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 820e1ca - Browse repository at this point
Copy the full SHA 820e1caView 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/agda-stdlib/versions
Configuration menu - View commit details
-
Copy full SHA for 7c5bc4f - Browse repository at this point
Copy the full SHA 7c5bc4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b30ab7 - Browse repository at this point
Copy the full SHA 5b30ab7View commit details
Commits on Oct 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c78cda2 - Browse repository at this point
Copy the full SHA c78cda2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cc251d - Browse repository at this point
Copy the full SHA 5cc251dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b68e6d - Browse repository at this point
Copy the full SHA 6b68e6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62c4a16 - Browse repository at this point
Copy the full SHA 62c4a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for c71cc0b - Browse repository at this point
Copy the full SHA c71cc0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbac304 - Browse repository at this point
Copy the full SHA bbac304View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4385591 - Browse repository at this point
Copy the full SHA 4385591View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7180706 - Browse repository at this point
Copy the full SHA 7180706View commit details
Commits on Oct 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6487a47 - Browse repository at this point
Copy the full SHA 6487a47View 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/pscircle/versions
Configuration menu - View commit details
-
Copy full SHA for 94f9b81 - Browse repository at this point
Copy the full SHA 94f9b81View 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/mtools/versions
Configuration menu - View commit details
-
Copy full SHA for aee3689 - Browse repository at this point
Copy the full SHA aee3689View commit details -
firefox: disable auto updates using distribution policies.
Resolves #33884
Configuration menu - View commit details
-
Copy full SHA for ba2fe3c - Browse repository at this point
Copy the full SHA ba2fe3cView 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/dar/versions
Configuration menu - View commit details
-
Copy full SHA for fe071ae - Browse repository at this point
Copy the full SHA fe071aeView commit details -
acpica-tools: 20180810 -> 20180927
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/acpica-tools/versions
Configuration menu - View commit details
-
Copy full SHA for cded34d - Browse repository at this point
Copy the full SHA cded34dView commit details
Commits on Oct 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1e02a2c - Browse repository at this point
Copy the full SHA 1e02a2cView commit details
There are no files selected for viewing