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: 1e593070cdd8
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: 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

Commits on Mar 18, 2020

  1. Copy the full SHA
    15c873b View commit details
  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

    Verified

    This commit was signed with the committer’s verified signature.
    lovesegfault Bernardo Meurer
    Copy the full SHA
    e931de5 View commit details
  3. ocamlPackages.lacaml: 11.0.3 -> 11.0.6

    bcdarwin authored and vbgl committed Mar 18, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Moredread André-Patrick Bubel
    Copy the full SHA
    8e44423 View commit details
  4. libite: 2.1.2 -> 2.2.0

    r-ryantm committed Mar 18, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    cole-h Cole Helbling
    Copy the full SHA
    7f31ed0 View commit details
  5. Merge pull request #82832 from r-ryantm/auto-update/libite

    libite: 2.1.2 -> 2.2.0
    lsix authored Mar 18, 2020
    Copy the full SHA
    071d0cc View commit details
  6. Merge pull request #82751 from Infinisil/minor-module-improvements

    Minor module improvements
    roberth authored Mar 18, 2020
    Copy the full SHA
    5f357b2 View commit details
  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
  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
  9. Merge pull request #82836 from Mic92/bsld

    blsd: marked as broken
    Mic92 authored Mar 18, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    7050002 View commit details
  10. Merge pull request #82816 from Mic92/kubeval

    kubeval: don't include huge schema to save space in hydra
    Mic92 authored Mar 18, 2020
    Copy the full SHA
    52ee55f View commit details
Loading