Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e19411ecc0b0
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 86f31274eb5e
Choose a head ref

Commits on Aug 15, 2019

  1. ix: init at 20190815

    asymmetric committed Aug 15, 2019
    Copy the full SHA
    8e4b081 View commit details

Commits on Aug 16, 2019

  1. Copy the full SHA
    696e1b0 View commit details

Commits on Aug 19, 2019

  1. _3llo: init at 0.3.0

    Simple CLI client for `trello.com`. It can be used like this:
    
    ```
    $ export TRELLO_USER=your_username
    $ export TRELLO_KEY=your_key
    $ export TRELLO_TOKEN=your_token
    $ ./result/bin/3llo
    ```
    
    I didn't create a module for this as I don't think that those secrets
    should live in the Nix store. Ideally `3llo` can be used from a script
    which retrieves secrets from some kind of password store like this:
    
    ```
    export TRELLO_KEY=$(pass show trello/key)
    export TRELLO_TOKEN=$(pass show trello/token)
    3llo $@
    ```
    Ma27 committed Aug 19, 2019
    Copy the full SHA
    0ad3568 View commit details
  2. ruby/bundlerApp: ignore gemset in env attribute set

    The `gemset` field can be an attribute set as well in `buildRubyGem`,
    however attribute sets can't be coerced to strings for the environment
    set.
    
    The impact should be relatively small as the environment variables are
    only used by the `runCommand` script for `bunlderApp` which doesn't
    refer to `gemset` at all.
    Ma27 committed Aug 19, 2019
    Copy the full SHA
    ebc4a41 View commit details
  3. Copy the full SHA
    6eec415 View commit details

Commits on Aug 20, 2019

  1. lxqt: use qt5's mkDerivation

    This should also ensure that the applications get wrapped
    appropriately.
    worldofpeace committed Aug 20, 2019
    Copy the full SHA
    3167eb3 View commit details
  2. maintainers: add dump_stack

    jollheef committed Aug 20, 2019
    Copy the full SHA
    f996fa5 View commit details

Commits on Aug 22, 2019

  1. lxqt: use modified LXQtConfigVars CMake macro

    LXQt uses the values in this macro to set installation
    directories and in the case of lxqt-session to substitute in paths.
    However, by doing this all the paths are from within lxqt-build-tools
    prefix. By utilizing a setup hook we can set the directories with the
    correct prefix as cmake flags.
    worldofpeace committed Aug 22, 2019
    Copy the full SHA
    e34de04 View commit details

Commits on Aug 25, 2019

  1. Copy the full SHA
    7f7d8b1 View commit details
  2. Copy the full SHA
    8ecc58f View commit details
  3. Copy the full SHA
    c3e93d5 View commit details
  4. Copy the full SHA
    ac9d14c View commit details
  5. out-of-tree: init at 1.0.1

    jollheef committed Aug 25, 2019
    Copy the full SHA
    abf17cb View commit details
  6. Copy the full SHA
    25cae26 View commit details
  7. nano: 4.3 -> 4.4

    lsix committed Aug 25, 2019
    Copy the full SHA
    d168db6 View commit details
  8. nixos/memcached: Remove PrivateUsers

    Seems to break systems using the hardened profile.
    Ref #62936
    cc @Izorkin
    dasJ committed Aug 25, 2019
    Copy the full SHA
    cabab90 View commit details
  9. Copy the full SHA
    73f67bc View commit details
  10. stig: init at 0.10.1a0 (#67233)

    doronbehar authored and timokau committed Aug 25, 2019
    Copy the full SHA
    1859271 View commit details
  11. Merge pull request #67393 from c0deaddict/feature/transmission-user-c…

    …onfigurable
    
    nixos/transmission: make user configurable
    aanderse authored Aug 25, 2019
    Copy the full SHA
    5b8c229 View commit details
  12. Merge pull request #67419 from eadwu/python3Packages.aiosmtpd/1.2.1

    python3Packages.aiodmtpd: 1.2 -> 1.2.1
    mmahut authored Aug 25, 2019
    Copy the full SHA
    2f090bb View commit details
  13. Merge pull request #67420 from eadwu/pythonPackages.sqlalchemy-utils/…

    …0.34.2
    
    pythonPackages.sqlalchemy-utils: 0.34.0 -> 0.34.2
    mmahut authored Aug 25, 2019
    Copy the full SHA
    b7f8ebf View commit details
  14. megasync: 4.1.1.0 -> 4.2.3.0

    Signed-off-by: Michal Minář <mic.liamg@gmail.com>
    michojel committed Aug 25, 2019
    Copy the full SHA
    401c5d6 View commit details
  15. vdirsyncer: fix build with openssl 1.1 (#67445)

    vdirsyncer: fix build with openssl 1.1
    gebner authored Aug 25, 2019
    Copy the full SHA
    4c65809 View commit details
  16. slack: 4.0.1 -> 4.0.2

    turboMaCk committed Aug 25, 2019
    Copy the full SHA
    2bff01b View commit details
  17. nodePackages.gtop: init at 1.0.0 (#65306)

    * Add gtop to node-packages-v10.json
    * Run node-packages/generate.sh on edited node-packages-v10.json
    * Add gtop to all-packages.nix
    tfc authored and globin committed Aug 25, 2019
    Copy the full SHA
    6adb914 View commit details
  18. Merge pull request #65482 from worldofpeace/fix-lxqt

    lxqt: use qt5's mkDerivation
    globin authored Aug 25, 2019
    Copy the full SHA
    5292fd5 View commit details
  19. Merge pull request #67447 from turboMaCk/slack-4.0.2

    slack: 4.0.1 -> 4.0.2
    mmahut authored Aug 25, 2019
    Copy the full SHA
    a1de8ad View commit details
  20. Copy the full SHA
    c0cd8e3 View commit details
  21. Copy the full SHA
    f6ced21 View commit details
  22. Copy the full SHA
    1a6d3f5 View commit details
  23. Merge pull request #67443 from lsix/nano-4.4

    nano: 4.3 -> 4.4
    mmahut authored Aug 25, 2019
    Copy the full SHA
    106ed36 View commit details
  24. Merge pull request #67442 from jlesquembre/blackbox

    blackbox: 1.20170611 -> 1.20181219
    mmahut authored Aug 25, 2019
    Copy the full SHA
    d41b832 View commit details
  25. Merge pull request #66916 from nyanloutre/steam_update_1_0_0_61

    steam: 1.0.0.59 -> 1.0.0.61
    globin authored Aug 25, 2019
    Copy the full SHA
    4819131 View commit details
  26. Merge pull request #67444 from dasJ/fix-memcached-privateusers

    nixos/memcached: Remove PrivateUsers
    mmahut authored Aug 25, 2019
    Copy the full SHA
    4ca0df1 View commit details
  27. Merge pull request #67446 from michojel/megasync-4.2.3.0

    megasync: 4.1.1.0 -> 4.2.3.0
    markuskowa authored Aug 25, 2019
    Copy the full SHA
    bba3f5f View commit details
  28. Merge pull request #67449 from mmahut/jormungandr

    nixos/jormungandr: adding genesis tests
    mmahut authored Aug 25, 2019
    Copy the full SHA
    18dfe1a View commit details
  29. Merge pull request #67352 from symphorien/dogtail

    pythonPackages.dogtail: fix sniff
    worldofpeace authored Aug 25, 2019
    Copy the full SHA
    16c5acf View commit details
  30. Merge pull request #67136 from jollheef/out-of-tree-v1.0.1

    out-of-tree: init at 1.0.1
    worldofpeace authored Aug 25, 2019
    Copy the full SHA
    3f36ec5 View commit details
  31. Merge pull request #65370 from Ma27/package-3llo

    _3llo: init at 0.3.0
    worldofpeace authored Aug 25, 2019
    Copy the full SHA
    741163e View commit details
  32. wev: init at 2019-08-11

    primeos committed Aug 25, 2019
    Copy the full SHA
    aec95ec View commit details
  33. Copy the full SHA
    842942b View commit details
  34. lispPackages: update to Quicklisp release 2019-07-11

    Fixes:
    
    Survive empty ASDF description (UIOP)
    Patch "split-sequence" that misses :serial
    7c6f434c committed Aug 25, 2019
    Copy the full SHA
    e6878f3 View commit details
  35. Merge pull request #67459 from 7c6f434c/master

    lispPackages: update to Quicklisp release 2019-07-11
    7c6f434c authored Aug 25, 2019
    Copy the full SHA
    36c6252 View commit details
  36. Merge pull request #67366 from peti/t/mailman-v3

    update mailman to version 3.2.2
    peti authored Aug 25, 2019
    Copy the full SHA
    fa5a231 View commit details
  37. Merge pull request #66682 from asymmetric/ix.io

    ix: init at 20190815
    mmahut authored Aug 25, 2019
    Copy the full SHA
    7192ca5 View commit details
  38. Merge pull request #67460 from primeos/wev

    wev: init at 2019-08-11
    mmahut authored Aug 25, 2019
    Copy the full SHA
    3f6d0a9 View commit details
  39. Merge pull request #66580 from tadeokondrak/vapoursynth-r47.1

    vapoursynth: R46 -> R47.2
    mmahut authored Aug 25, 2019
    Copy the full SHA
    86f3127 View commit details
Loading