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: 881dee528440
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e08182020c93
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 29, 2020

  1. lib/modules: Make sure to not import module _file's into the store

    Previously if `_file` was specified by a module:
      trace: warning: The type `types.string' of option `foo' defined in `/nix/store/yxhm2il5yrb92fldgriw0wyqh2kk9qyc-bug.nix' is deprecated. See #66346 for better alternative types.
    
    With this change:
      trace: warning: The type `types.string' of option `foo' defined in `/home/infinisil/src/nixpkgs/bug.nix' is deprecated. See #66346 for better alternative types.
    infinisil committed Sep 29, 2020
    Copy the full SHA
    769eac0 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Merge pull request #99115 from Infinisil/toString-module-files

    lib/modules: Make sure to not import module _file's into the store
    infinisil committed Nov 30, 2020
    Copy the full SHA
    e081820 View commit details
    Browse the repository at this point in the history