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: 3d7950bebd46
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 198afad520d6
Choose a head ref
  • 16 commits
  • 11 files changed
  • 9 contributors

Commits on May 24, 2019

  1. mautrix-telegram: patch away alembic dependency

    `alembic`[1] is a database migration tool which is invoked from the CLI
    when installing the telegram bridge, but never needed during the
    runtime.
    
    The reason why `alembic` is required here is to ensure that it
    exists in the Python environment when deploying the bridge. However
    `alembic` requires `mautrix-telegram` in its environment to create a
    database schema from the Python models.
    
    Such a dependency relation may be possible with tools like virtualenv,
    however it'll result in an infinite recursion at evaluation time in Nix.
    
    With this patch, `mautrix-telegram` doesn't depend on `alembic` anymore
    and provides a patched alembic (`pkgs.mautrix-telegram.alembic`) which
    has `mautrix-telegram` in its path.
    
    [1] https://alembic.sqlalchemy.org/en/latest/
    Ma27 committed May 24, 2019
    Copy the full SHA
    0a94f89 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. hcxtools: init at 5.1.4

    dywedir committed May 28, 2019
    Copy the full SHA
    8c3dfab View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c9d1a0d View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. dedup: 1.0 -> 2.0

    Update deps, enable tests.
    dtzWill committed May 29, 2019
    Copy the full SHA
    7d4bfca View commit details
    Browse the repository at this point in the history
  2. rofi-pass: refactor add new optional dependency pass-otp

    Rofi-pass as of a year ago added support for OTP passwords. This
    dependency is "optional" but extremely nice to have as a default.
    
    https://github.com/carnager/rofi-pass#requirements
    costrouc committed May 29, 2019
    Copy the full SHA
    2623df3 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. nixos/malloc: apply allocator settings to systemd units

    This uses systemd's system.conf/user.conf "DefaultEnvironment" feature
    to set the allocator's LD_PRELOAD near-globally.
    delroth committed May 30, 2019
    Copy the full SHA
    9e60eab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62149 from dywedir/hcxtools

    hcxtools: init at 5.1.4
    dywedir committed May 30, 2019
    Copy the full SHA
    f71eeb3 View commit details
    Browse the repository at this point in the history
  3. btrfs-progs: hack to make it build on i686-linux

    /cc #61086.  I just wanted to unblock channels quickly.
    vcunat committed May 30, 2019
    Copy the full SHA
    aa440d8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    63fd414 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #61116 from mmlb/add-gitstatus

    gitAndTools.gitstatus: init at 20190506
    nlewo committed May 30, 2019
    Copy the full SHA
    3213c6c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #62199 from dtzWill/update/dedup-2.0

    dedup: 1.0 -> 2.0
    Ma27 committed May 30, 2019
    Copy the full SHA
    65a73e0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #62218 from costrouc/rofi-pass-new-dependency

    rofi-pass: refactor add new optional dependency pass-otp
    Ma27 committed May 30, 2019
    Copy the full SHA
    479d161 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #62238 from delroth/hardened-alloc-systemwide

    nixos/malloc: apply allocator settings to systemd units
    joachifm committed May 30, 2019
    Copy the full SHA
    b0500aa View commit details
    Browse the repository at this point in the history
  9. Merge pull request #59519 from Ma27/improve-mautrix-telegram

    mautrix-telegram: patch away alembic dependency
    Ma27 committed May 30, 2019
    Copy the full SHA
    5949838 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    205e488 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    198afad View commit details
    Browse the repository at this point in the history