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: f9fbc9b11887
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f76d7b5e418b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 20, 2020

  1. nixos/nixos-generate-config.pl: use modulesPath instead of <nixpkgs>

    For imports, it is better to use ‘modulesPath’ than rely on <nixpkgs>
    being correctly set. Some users may not have <nixpkgs> set correctly.
    In addition, when ‘pure-eval=true’, <nixpkgs> is unset.
    matthewbauer committed Apr 20, 2020
    Copy the full SHA
    c45295d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85620 from matthewbauer/use-modulesPath-for-nixos…

    …-generate-config
    
    nixos/nixos-generate-config.pl: use modulesPath instead of <nixpkgs>
    edolstra committed Apr 20, 2020
    Copy the full SHA
    f76d7b5 View commit details
    Browse the repository at this point in the history