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: 3b50998b4fa9
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 159760a95538
Choose a head ref
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Sep 9, 2020

  1. cinnamon.warpinator: init at 1.0.8

    (cherry picked from commit bf9e9cd)
    mkg20001 committed Sep 9, 2020
    Copy the full SHA
    28dec5f View commit details
    Browse the repository at this point in the history
  2. cinnamon.warpinator: license fix

    (cherry picked from commit 9b9d0fd)
    mkg20001 committed Sep 9, 2020
    Copy the full SHA
    8b6f99c View commit details
    Browse the repository at this point in the history
  3. nixos/cinnamon: add warpinator & blueberry pkgs

    (cherry picked from commit 8c4dd13)
    mkg20001 committed Sep 9, 2020
    Copy the full SHA
    03c54b9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #97604 from mkg20001/rolling

    [20.09] cinnamon fixes
    worldofpeace committed Sep 9, 2020
    Copy the full SHA
    6294ee2 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. nixos/openvpn: path now requires conversion to a string

    Following changes in NixOS/nixpkgs#91092 the `path` attribute is now a list
    instead of being a string. This resulted resulted in the following evaluation error:
    
    "cannot coerce a list to a string, at [...]/nixos/modules/services/networking/openvpn.nix:16:18"
    
    so we now need to convert it to the right type ourselves.
    
    Closes NixOS/nixpkgs#97360.
    
    (cherry picked from commit cb14135)
    pbogdan authored and infinisil committed Sep 10, 2020
    Copy the full SHA
    159760a View commit details
    Browse the repository at this point in the history