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: e116b4b331b8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 91da4b3c5db8
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 10, 2020

  1. lib/modules: Fix store imports

    This fixes imports from the store not being possible, which was caused by
    #76857
    
    E.g. such a case:
    
      imports = [ "${home-manager}/nixos" ];
    infinisil committed Jan 10, 2020
    Copy the full SHA
    e0ea5f4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2955e6b View commit details
    Browse the repository at this point in the history
  3. Fix store imports from NixOS modules (#77416)

    Fix store imports from NixOS modules
    infinisil committed Jan 10, 2020
    Copy the full SHA
    91da4b3 View commit details
    Browse the repository at this point in the history