Skip to content
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
base: dad49d0b5ec0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cdf79db19d6c
Choose a head ref
  • 9 commits
  • 13 files changed
  • 1 contributor

Commits on Dec 5, 2019

  1. lib/modules: file -> _file for a more idempotent unifyModuleSyntax

    This will be useful for doing more complicated module evaluations
    infinisil committed Dec 5, 2019
    Copy the full SHA
    aa61342 View commit details
    Browse the repository at this point in the history
  2. lib/modules: Make unifyModuleSyntax fully idempotent

    Because why not
    infinisil committed Dec 5, 2019
    Copy the full SHA
    3cc77ce View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. Copy the full SHA
    5002e6a View commit details
    Browse the repository at this point in the history
  2. lib/modules: Don't pack submodules specially

    This has the beneficial side effect of allowing paths to be used as modules in
    types.{submodule,submoduleWith}
    infinisil committed Jan 1, 2020
    Copy the full SHA
    5414b40 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Copy the full SHA
    90c82bf View commit details
    Browse the repository at this point in the history
  2. nixos/syncthing: Fix submodule name usage

    Module arguments should be taken from the arguments directly. This
    allows evalModule's specialArgs to override them if necessary
    infinisil committed Jan 2, 2020
    Copy the full SHA
    bc42515 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    eec83d4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cc81320 View commit details
    Browse the repository at this point in the history
  5. Module system improvements for NixOS as a submodule (#75031)

    Module system improvements for NixOS as a submodule
    infinisil committed Jan 2, 2020
    Copy the full SHA
    cdf79db View commit details
    Browse the repository at this point in the history