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

Commits on Jul 17, 2020

  1. nixos/manual: add a section about enabling OpenCL for AMD GPUs

    - Begin a new chapter "GPU Acceleration", this should also cover
      VA-API, OpenGL, Vulkan, etc.
    - Add a general blurb about OpenCL and how to check whether OpenCL
      devices are found.
    - Add a section about enabling OpenCL for AMD GPUs specifically.
    danieldk committed Jul 17, 2020
    Copy the full SHA
    45edd3b View commit details
    Browse the repository at this point in the history
  2. spacebar: 0.5.0 -> 1.1.0

    Also update owner, description, & homepage
    cmacrae committed Jul 17, 2020
    Copy the full SHA
    8bc2e52 View commit details
    Browse the repository at this point in the history
  3. nomacs: 3.14.2 -> 3.15.1616

    r-ryantm committed Jul 17, 2020
    Copy the full SHA
    f243f7a View commit details
    Browse the repository at this point in the history
  4. osmo: 0.4.2 -> 0.4.4

    r-ryantm committed Jul 17, 2020
    Copy the full SHA
    3f9565e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. tut: 0.0.10 -> 0.0.13

    new release with some minor improvements:
    https://github.com/RasmusLindroth/tut/releases/tag/0.0.13
    equirosa committed Jul 18, 2020
    Copy the full SHA
    995d057 View commit details
    Browse the repository at this point in the history
  2. nixos/docker: explicitly load kernel modules

    This is analogous to #70447.
    
    With security.lockKernelModules=true, docker commands result in the following
    error without at least loading veth:
    
    $ docker run hello-world
    /nix/store/mr50kaan2vs4gc40ymwncb2vci25aq7z-docker-19.03.2/libexec/docker/docker: Error response from daemon: failed to create endpoint epic_kare on network bridge: failed to add the host (veth8b381f3) <=> sandbox (veth348e197) pair interfaces: operation not supported.
    ERRO[0003] error waiting for container: context canceled
    ryneeverett committed Jul 18, 2020
    Copy the full SHA
    f12581a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6d00504 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #93376 from equirosa/tut

    tut: 0.0.10 -> 0.0.13
    danieldk committed Jul 18, 2020
    Copy the full SHA
    743941c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #93369 from r-ryantm/auto-update/osmo

    osmo: 0.4.2 -> 0.4.4
    danieldk committed Jul 18, 2020
    Copy the full SHA
    f71b91f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #93359 from r-ryantm/auto-update/nomacs

    nomacs: 3.14.2 -> 3.15.1616
    danieldk committed Jul 18, 2020
    Copy the full SHA
    26a0141 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #93290 from danieldk/manual-opencl-amd

    nixos/manual: add a section about enabling OpenCL for AMD GPUs
    danieldk committed Jul 18, 2020
    Copy the full SHA
    cace440 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #93130 from cmacrae/spacebar/move_owner

    spacebar: 0.5.0 -> 1.1.0
    dywedir committed Jul 18, 2020
    Copy the full SHA
    effb57d View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0f19b9b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #93394 from NixOS/revert-89017-package-grouping

    Revert "Group packages by language/builder via dummy maintainer"
    zowoq committed Jul 18, 2020
    Copy the full SHA
    f138879 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #93388 from danieldk/more-local-rocr-ext-dir

    rocm-runtime: make ROCR_EXT_DIR handling more local
    danieldk committed Jul 18, 2020
    Copy the full SHA
    ae33b7d View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    eb66a32 View commit details
    Browse the repository at this point in the history
  13. tdm: Fix the build

    Was failing in the desktop-file validation stage [0]:
    /nix/store/XXX-tdm.desktop/share/applications/tdm.desktop: error: value
    "False" for boolean key "Terminal" in group "Desktop Entry" contains
    invalid characters, boolean values must be "false" or "true"
    
    [0]: https://hydra.nixos.org/build/123852137
    primeos committed Jul 18, 2020
    Copy the full SHA
    a838caa View commit details
    Browse the repository at this point in the history