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: 3efea84fa199
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: 7f27566efd30
Choose a head ref
  • 8 commits
  • 11 files changed
  • 6 contributors

Commits on Mar 19, 2018

  1. sedutil: init at 1.15.1

    peterhoeg committed Mar 19, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    517589f View commit details
  2. Copy the full SHA
    c33d8f3 View commit details

Commits on May 15, 2018

  1. pspp: provide default icons & settings

    psppire needs to be wrapped so that it will work outside of GNOME
    desktop. We provide hicolor-icon-theme & gsettings-desktop-schemas.
    
    Note that at runtime, I still get this error:
    
    - Cannot create a converter for `IBM864' to `UTF-8': Invalid argument
    
    Possibly a locale issue.
    
    Fixes #40558
    matthewbauer committed May 15, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e0d6edd View commit details
  2. Copy the full SHA
    977c207 View commit details
  3. kubernetes-helm: 2.8.2 -> 2.9.0 (#40514)

    yurrriq authored and xeji committed May 15, 2018
    Copy the full SHA
    0edbc54 View commit details

Commits on May 16, 2018

  1. gcc7: Enable arm erratum 843419 on aarch64

    This fix is required for the raspherry pi 3 with glibc 2.27,
    otherwise the kernel panics in initrd with:
    ```
    <<< NixOS Stage 1 >>>
    
    loading module dm_mod...
    running udev...
    kbd_mode: KDSKBMODE: Inappropriate ioctl for device
    Gstarting device mapper and LVM...
    [    1.969164] Kernel panic - not syncing: Attempted to kill init!
    exitcode=0x0000000b
    [    1.969164]
    [    1.978476] CPU: 0 PID: 1 Comm: init Not tainted 4.16.8 #1-NixOS
    [    1.984580] Hardware name: Raspberry Pi 3 Model B (DT)
    [    1.989801] Call trace:
    [    1.992301]  dump_backtrace+0x0/0x1c8
    [    1.996025]  show_stack+0x24/0x30
    [    1.999396]  dump_stack+0x9c/0xc0
    [    2.002766]  panic+0x124/0x294
    [    2.005872]  complete_and_exit+0x0/0x30
    [    2.009771]  do_group_exit+0x40/0xa8
    [    2.013406]  get_signal+0x280/0x5b0
    [    2.016954]  do_signal+0x88/0x240
    [    2.020325]  do_notify_resume+0xd8/0x130
    [    2.024311]  work_pending+0x8/0x10
    [    2.027774] SMP: stopping secondary CPUs
    [    2.031763] Kernel Offset: disabled
    [    2.035308] CPU features: 0x0802004
    [    2.038850] Memory Limit: none
    [    2.041963] ---[ end Kernel panic - not syncing: Attempted to kill
    init! exitcode=0x0000000b
    [    2.041963]
    [    2.865264] random: crng init done
    ```
    Suse has done the same to circumvent crashes with hostname resolving in
    glibc 2.27 on aarch64.
    bkchr authored and dezgeg committed May 16, 2018
    Copy the full SHA
    780592c View commit details
  2. Copy the full SHA
    a0f7ee0 View commit details
  3. Merge pull request #40581 from peterhoeg/p/sedutil

    sedutil: init at 1.15.1 and corresponding nixos module
    peterhoeg authored May 16, 2018
    Copy the full SHA
    7f27566 View commit details
Loading