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: e19054ab3cd5
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: 21f61dde0dcf
Choose a head ref
  • 12 commits
  • 12 files changed
  • 5 contributors

Commits on Sep 7, 2019

  1. update-luarocks-packages: reference only 1 server

    we now pass a configuration file when calling luarocks to prevent
    impurities.
    teto committed Sep 7, 2019
    Copy the full SHA
    89c3c1c View commit details
  2. fetchurl: add luarocks mirrors

    luarocks defines by default the following mirrors:
    https://github.com/luarocks/luarocks/blob/83093e7da7f789f0f7d3a6784597cbbed09c73e0/src/luarocks/core/cfg.lua#L205
    
    Let's add them to nixpkgs. I have modified luarocks-nix to generate the
    proper nixpkgs urls.
    I bump luarocks-nix in the following commits.
    teto committed Sep 7, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4d526d6 View commit details
  3. luarocks-nix: bump to 2019-09-07

    added version and transferred the repostiory to nix-community.
    With this bump, luarocks-nix generates mirro://luarocks urls.
    teto committed Sep 7, 2019
    Copy the full SHA
    4a31890 View commit details

Commits on Sep 8, 2019

  1. urlview: fix path to url_handler.sh

    By default, `/etc/urlview/url_handler.sh` is used which breaks by
    default with the following error:
    
    ```
    sh: /etc/urlview/url_handler.sh: No such file or directory
    ```
    
    With this change, the script will be copied to `$out` and `urlview` will
    be patched accordingly.
    Ma27 committed Sep 8, 2019
    Copy the full SHA
    8cd9b85 View commit details

Commits on Sep 9, 2019

  1. gnome3.nemiver: use fetchpatch

    jtojnar committed Sep 9, 2019
    Copy the full SHA
    59eb91d View commit details
  2. gnome3.nemiver: format with nixpkgs-fmt

    jtojnar committed Sep 9, 2019
    Copy the full SHA
    faab2ff View commit details
  3. nemiver: rename from gnome3.nemiver

    jtojnar committed Sep 9, 2019
    Copy the full SHA
    3cdc583 View commit details
  4. jemalloc450: disable transparent huge pages on ARM

    lopsided98 committed Sep 9, 2019
    Copy the full SHA
    adf5ca2 View commit details
  5. Merge pull request #68258 from teto/luarocks-nix_bump

    Moved luarocks-nix to community and leverage luarocks mirrors when possible.
    teto authored Sep 9, 2019
    Copy the full SHA
    59d65e2 View commit details
  6. Merge pull request #68335 from lopsided98/jemalloc450-disable-thp

    jemalloc450: disable transparent huge pages on ARM
    Mic92 authored Sep 9, 2019
    Copy the full SHA
    4d6a6fe View commit details
  7. Merge pull request #68332 from Ma27/urlview-handler-fix

    urlview: fix path to url_handler.sh
    Mic92 authored Sep 9, 2019
    Copy the full SHA
    367bc8b View commit details
  8. nemiver: clean up (#68333)

    nemiver: clean up
    Mic92 authored Sep 9, 2019
    Copy the full SHA
    21f61dd View commit details
Loading