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: 57c3da07eb85
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: d9d5c8d7dc75
Choose a head ref

Commits on May 25, 2019

  1. nixos: Make 'nesting.clone' work in NixOS tests

    Because nesting.clone calls 'eval-config.nix' manually,
    without the 'extraArgs' argument that provides the 'nodes'
    argument to nixos modules in nixos tests, evaluating
    of 'nesting.clone' definitions would fail with the following error
    
    while evaluating the module argument `nodes' in "<redacted>"
    while evaluating the attribute '_module.args.nodes' at undefined position:
    attribute 'nodes' missing, at <redacted./nixpkgs/lib/modules.nix:163:28
    
    by not using 'extraArgs' but a nixos module instead, the nodes parameter
    gets propagated to the 'eval-config.nix' call that  'nesting.clone'
    makes too -  getting rid of the error.
    
    See  https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/system/activation/top-level.nix#L13-L23
    See  https://github.com/NixOS/nixpkgs/blob/master/nixos/lib/build-vms.nix#L27
    See  NixOS/nixpkgs#20886 (comment)
    arianvp committed May 25, 2019
    Copy the full SHA
    d50b434 View commit details
  2. nixos: Add test that demonstrates how to use nesting.clone

    This is actually very useful. Allows you to test switch-to-configuration
    
    nesting.children is still currently still broken as it will throw
    away 'too much' of the config, including the modules that make
    nixos tests work in the first place. But that's something for
    another time.
    arianvp committed May 25, 2019
    Copy the full SHA
    a48047a View commit details

Commits on May 28, 2019

  1. atlassian-crowd: 3.4.3 -> 3.4.4

    ciil committed May 28, 2019
    Copy the full SHA
    301c7a1 View commit details
  2. trezord-go: 2.0.26 -> 2.0.27

    mmahut committed May 28, 2019
    Copy the full SHA
    40d0add View commit details
  3. grafana: 6.2.0 -> 6.2.1

    WilliButz committed May 28, 2019
    Copy the full SHA
    129a77e View commit details
  4. nodePackages: init openstf

    jollheef committed May 28, 2019
    Copy the full SHA
    86e23f0 View commit details

Commits on May 29, 2019

  1. Copy the full SHA
    84ccf54 View commit details
  2. Copy the full SHA
    6a9bb37 View commit details
  3. mplus-outline-fonts: 063 -> 063a

    https://osdn.net/projects/mplus-fonts/news/26002
    (google translate helps for those who can't read this :))
    dtzWill committed May 29, 2019
    Copy the full SHA
    064d157 View commit details
  4. Copy the full SHA
    b186b03 View commit details
  5. Copy the full SHA
    73617f1 View commit details
  6. watchexec: 1.10.1 -> 1.10.2

    dywedir committed May 29, 2019
    Copy the full SHA
    b9e8a60 View commit details
  7. xarchiver: 0.5.4.12 -> 0.5.4.14

    Changelog seems only at the level of 5.4.x:
    
    https://github.com/ib/xarchiver/blob/0.5.4.14/ChangeLog
    
    Commits from 0.5.4.12 to 0.5.4.14:
    
    ib/xarchiver@0.5.4.12...0.5.4.14
    dtzWill committed May 29, 2019
    Copy the full SHA
    acb3ace View commit details
  8. Merge pull request #62205 from etu/phpstan-update

    phpPackages.phpstan: 0.11.7 -> 0.11.8
    etu authored May 29, 2019
    Copy the full SHA
    9204e7b View commit details
  9. Merge pull request #62207 from dtzWill/update/xarchiver-0.5.4.14

    xarchiver: 0.5.4.12 -> 0.5.4.14
    etu authored May 29, 2019
    Copy the full SHA
    e9955a1 View commit details
  10. vnote: init at 2.5

    Roman Kuznetsov committed May 29, 2019
    Copy the full SHA
    07cac4f View commit details
  11. Merge pull request #62201 from dtzWill/update/feedreader-2.9.2

    feedreader: 2.8.2 -> 2.9.2
    Ma27 authored May 29, 2019
    Copy the full SHA
    a623879 View commit details
  12. Merge pull request #62191 from dtzWill/update/joplin-desktop-1.0.158

    joplin-desktop: 1.0.143 -> 1.0.158
    Ma27 authored May 29, 2019
    Copy the full SHA
    2669633 View commit details
  13. nixos: Make nesting.children work in NixOS tests

    We differentiate between modules and baseModules in  the
    VM builder for NixOS tests. This way, nesting.children, eventhough
    it doesn't inherit from parent, still has enough config to
    actually complete the test. Otherwise, the qemu modules
    would not be loaded, for example, and a nesting.children
    statement would not evaluate.
    arianvp committed May 29, 2019
    Copy the full SHA
    cbc45b5 View commit details
  14. Merge pull request #62206 from dywedir/watchexec

    watchexec: 1.10.1 -> 1.10.2
    Ma27 authored May 29, 2019
    Copy the full SHA
    19c0e02 View commit details
  15. Merge pull request #61979 from kuznero/vnote

    vnote: init at 2.5
    aanderse authored May 29, 2019
    Copy the full SHA
    0fa0bd4 View commit details
  16. Merge pull request #62183 from dtzWill/update/earlyoom-1.3

    earlyoom: 1.2 -> 1.3
    Ma27 authored May 29, 2019
    Copy the full SHA
    999b31a View commit details
  17. nixos: Make 'nesting.clone' work in NixOS tests (#62069)

    nixos: Make 'nesting.clone' work in NixOS tests
    flokli authored May 29, 2019
    Copy the full SHA
    b09c6ac View commit details
  18. Merge pull request #62176 from jollheef/openstf

    nodePackages: init openstf
    ryantm authored May 29, 2019
    Copy the full SHA
    60b59c3 View commit details
  19. Merge pull request #62162 from mmahut/trezord

    trezord-go: 2.0.26 -> 2.0.27
    c0bw3b authored May 29, 2019
    Copy the full SHA
    05c5075 View commit details
  20. Merge pull request #62152 from mayflower/crowd-update

    atlassian-crowd: 3.4.3 -> 3.4.4
    fpletz authored May 29, 2019
    Copy the full SHA
    0cffbd0 View commit details
  21. Merge pull request #62173 from WilliButz/grafana-update

    grafana: 6.2.0 -> 6.2.1
    fpletz authored May 29, 2019
    Copy the full SHA
    0f92c4b View commit details
  22. Merge pull request #62192 from dtzWill/update/mplus-063a

    mplus-outline-fonts: 063 -> 063a
    c0bw3b authored May 29, 2019
    Copy the full SHA
    d9d5c8d View commit details
Loading