mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
This removes the previously depricated NIXOS_EXTRA_MODULE_PATH
environment variable.
Tested with
$ nix-instantiate nixos/lib/eval-config.nix --arg modules '[{fileSystems."/".device="x";boot.loader.grub.enable=false;}]' -A config.system.build.toplevel
$ NIXOS_EXTRA_MODULE_PATH=$HOME/whatever.nix nix-instantiate nixos/lib/eval-config.nix --arg modules '[{fileSystems."/".device="x";boot.loader.grub.enable=false;}]' -A config.system.build.toplevel
|
||
|---|---|---|
| .. | ||
| administration | ||
| configuration | ||
| development | ||
| installation | ||
| release-notes | ||
| common.nix | ||
| contributing-to-this-manual.chapter.md | ||
| default.nix | ||
| manual.md | ||
| nixos-options.md | ||
| preface.md | ||
| README.md | ||
| redirects.json | ||
| shell.nix | ||