Skip to content
This repository has been 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
base: 7dbc32359dd7
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: aaf1331bca72
Choose a head ref
  • 16 commits
  • 15 files changed
  • 13 contributors

Commits on Sep 4, 2020

  1. Copy the full SHA
    540c20a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. nixos/testing: Add support for specialArgs

    Since using flakes disallows the usage of <unstable> (which I use in
    some tests), this adds an alternative. By setting specialArgs, all VMs
    can get the `unstable` flake input as an arg. This is not possible with
    extraConfigurations, as that would lead to infinite recursions.
    dasJ committed Sep 13, 2020
    Copy the full SHA
    9f33ab6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. mbtileserver: init at 0.6.1

    sikmir committed Sep 15, 2020
    Copy the full SHA
    02a7dde View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. maintainers: add dpercy

    David Percy committed Sep 16, 2020
    Copy the full SHA
    deb412f View commit details
    Browse the repository at this point in the history
  2. fac-build: init at 0.5.3

    David Percy committed Sep 16, 2020
    Copy the full SHA
    16beff4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #89361 from helsinki-systems/feat/test-special-args

    nixos/testing: Add support for specialArgs
    tfc committed Sep 16, 2020
    Copy the full SHA
    713f881 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #97868 from dpercy/fac-build

    fac-build: init at 0.5.3
    danieldk committed Sep 16, 2020
    Copy the full SHA
    917a183 View commit details
    Browse the repository at this point in the history
  5. lxpanel: 0.9.3 -> 0.10.0

    Curl is a new requirement so the weather plugin can use libcurl to pull
    weather data.
    ryneeverett authored and ehmry committed Sep 16, 2020
    Copy the full SHA
    52c3214 View commit details
    Browse the repository at this point in the history
  6. lesspass-cli: 9.0.0 -> 9.1.9

    jasoncarr0 authored and ehmry committed Sep 16, 2020
    Copy the full SHA
    db0e901 View commit details
    Browse the repository at this point in the history
  7. python36Packages.ipython: 7.17 -> 7.16.1 (downgrade)

    IPython versions 7.17 and higher don't support Python 3.6 anymore, so
    this commit adds back the old expression for 7.16.1 from before
    ba1038a for use in python36Packages
    only.
    
        nix-repl> :b python36.withPackages (ps: [ ps.ipython ])
        builder for '/nix/store/q8v4f89xwv35a3idb9z345z6n3nzfycb-python3.6-ipython-7.17.0.drv' failed with exit code 1; last 10 log lines:
          Python 3.5 was supported with IPython 7.0 to 7.9.
          Python 3.6 was supported with IPython up to 7.16.
    
          See IPython `README.rst` file for more information:
    
              https://github.com/ipython/ipython/blob/master/README.rst
    
          Python sys.version_info(major=3, minor=6, micro=12, releaselevel='final', serial=0) detected.
        cannot build derivation '/nix/store/mhpdarp18z6skzswrl7sbgzv8hr4gwih-python3-3.6.12-env.drv': 1 dependencies couldn't be built
        [0 built (1 failed)]
        error: build of '/nix/store/mhpdarp18z6skzswrl7sbgzv8hr4gwih-python3-3.6.12-env.drv' failed
    kini authored and FRidh committed Sep 16, 2020
    Copy the full SHA
    eabba0d View commit details
    Browse the repository at this point in the history
  8. python3Packages.hickle: disable tests

    Incompatible with astropy>=4.0
    jonringer committed Sep 16, 2020
    Copy the full SHA
    389ab45 View commit details
    Browse the repository at this point in the history
  9. python2Packages.hickle: disable

    ```
      Processing ./hickle-4.0.1-py2-none-any.whl
      ERROR: Package 'hickle' requires a different Python: 2.7.18 not in '>=3.5'
    ```
    jonringer committed Sep 16, 2020
    Copy the full SHA
    f1325cd View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    c6dd555 View commit details
    Browse the repository at this point in the history
  11. chromaprint: fix derivation

    ferranpujolcamins authored and ehmry committed Sep 16, 2020
    Copy the full SHA
    c12cfa4 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #98032 from sikmir/mbtileserver

    mbtileserver: init at 0.6.1
    stigtsp committed Sep 16, 2020
    Copy the full SHA
    2a2cbcb View commit details
    Browse the repository at this point in the history
  13. Merge pull request #97153 from felschr/patch-4

    omnisharp-roslyn: 1.35.2 -> 1.37.1
    doronbehar committed Sep 16, 2020
    Copy the full SHA
    aaf1331 View commit details
    Browse the repository at this point in the history