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: aa1a41b60b22
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: c5aacb235067
Choose a head ref
  • 9 commits
  • 5 files changed
  • 6 contributors

Commits on Dec 25, 2019

  1. Copy the full SHA
    cc051b4 View commit details
    Browse the repository at this point in the history
  2. udev: fix option description

    The two file paths were changed from 10-local to 99-local, but only one
    of the descriptions was changed.
    Thra11 committed Dec 25, 2019
    Copy the full SHA
    08d31b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. swift-im: fix build

    alyssais committed Dec 26, 2019
    Copy the full SHA
    2a9ea05 View commit details
    Browse the repository at this point in the history
  2. kontact: fix build

    alyssais committed Dec 26, 2019
    Copy the full SHA
    ebc8dd0 View commit details
    Browse the repository at this point in the history
  3. nixos/borgbackup: install job wrappers to systemPackages for easy bor…

    …g access
    
    Currently to run borg job manually, you have to use systemctl:
    ```
    $ systemctl start borgbackup-job-jobname.service
    ```
    
    This commit makes wrappers around borg jobs available in $PATH, which have
    BORG_REPO and connection args set correctly:
    ```
    $ borg-job-jobname list
    $ borg-job-jobname mount ::jobname-archive-2019-12-25T00:01:29 /mnt/some-path
    $ borg-job-jobname create ::test /some/path
    ```
    
    Closes: NixOS/nixpkgs#64888
    Co-authored-by: Danylo Hlynskyi <abcz2.uprola@gmail.com>
    yorickvP and danbst committed Dec 26, 2019
    Copy the full SHA
    470c8a2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #76492 from tbenst/remote-ssh-fix

    vscode-extensions.ms-vscode-remote.remote-ssh: fix patch for 0.48.0
    Mic92 committed Dec 26, 2019
    Copy the full SHA
    38c3a43 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #76522 from alyssais/swift-im

    swift-im: fix build
    Mic92 committed Dec 26, 2019
    Copy the full SHA
    b551230 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #76523 from alyssais/kontact

    kontact: fix build
    Mic92 committed Dec 26, 2019
    Copy the full SHA
    e7ece2f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #76514 from Thra11/fix-udev-hwdb-description

    udev: fix option description
    Mic92 committed Dec 26, 2019
    Copy the full SHA
    c5aacb2 View commit details
    Browse the repository at this point in the history