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: 1e593070cdd8
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 52ee55fe0f76
Choose a head ref
  • 11 commits
  • 9 files changed
  • 8 contributors

Commits on Mar 17, 2020

  1. lib/modules: Remove internal _module attribute from config

    The _module option is added as an internal option set, and it messes up
    the results of module evaluations, requiring people to manually filter
    _modules out.
    
    If people depend on this, they can still use config._module from inside
    the modules, exposing _module as an explicitly declared user option. Or
    alternatively with the _module attribute now returned by evalModules.
    infinisil committed Mar 17, 2020
    Copy the full SHA
    dcdd232 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Copy the full SHA
    15c873b View commit details
    Browse the repository at this point in the history
  2. lib/modules: Fix type checks not being done before merging

    Co-Authored-By: Robert Hensing <robert@roberthensing.nl>
    infinisil and roberth committed Mar 18, 2020
    Copy the full SHA
    e931de5 View commit details
    Browse the repository at this point in the history
  3. ocamlPackages.lacaml: 11.0.3 -> 11.0.6

    bcdarwin authored and vbgl committed Mar 18, 2020
    Copy the full SHA
    8e44423 View commit details
    Browse the repository at this point in the history
  4. libite: 2.1.2 -> 2.2.0

    r-ryantm committed Mar 18, 2020
    Copy the full SHA
    7f31ed0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #82832 from r-ryantm/auto-update/libite

    libite: 2.1.2 -> 2.2.0
    lsix committed Mar 18, 2020
    Copy the full SHA
    071d0cc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #82751 from Infinisil/minor-module-improvements

    Minor module improvements
    roberth committed Mar 18, 2020
    Copy the full SHA
    5f357b2 View commit details
    Browse the repository at this point in the history
  7. kubeval: don't build against schema by default

    kubeval-schema is a huge 7GB repository that we do not want
    to build on hydra. Therefore make it optional.
    Mic92 committed Mar 18, 2020
    Copy the full SHA
    9d144b8 View commit details
    Browse the repository at this point in the history
  8. blsd: marked as broken

    no longer compatible without libgit version.
    Also seems unmaintained since 3 years.
    Mic92 committed Mar 18, 2020
    Copy the full SHA
    97ac11f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #82836 from Mic92/bsld

    blsd: marked as broken
    Mic92 committed Mar 18, 2020
    Copy the full SHA
    7050002 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #82816 from Mic92/kubeval

    kubeval: don't include huge schema to save space in hydra
    Mic92 committed Mar 18, 2020
    Copy the full SHA
    52ee55f View commit details
    Browse the repository at this point in the history