nixpkgs/nixos/doc/manual/development
Robert Hensing 118bdf25a6 lib/modules: Allow an "anonymous" module with key in disabledModules
This makes the following work

    disabledModules = [ foo.nixosModules.bar ];

even if `bar` is not a path, but rather a module such as

    { key = "/path/to/foo#nixosModules.bar"; config = ...; }

By supporting this, the user will often be able to use the same syntax
for both importing and disabling a module. This is becoming more relevant
because flakes promote the use of attributes to reference modules. Not
all of these modules in flake attributes will be identifiable, but with
the help of a framework such as flake-parts, these attributes can be
guaranteed to be identifiable (by outPath + attribute path).
2023-03-01 15:03:44 +01:00
..
activation-script.section.md nixos: fix typos 2022-12-17 19:31:14 -05:00
assertions.section.md
bootspec.chapter.md nixos/activation/bootspec: add bootspec chapter in NixOS manual 2022-12-08 13:50:05 -08:00
building-parts.chapter.md
development.xml nixos/activation/bootspec: add bootspec chapter in NixOS manual 2022-12-08 13:50:05 -08:00
freeform-modules.section.md nixos/manual: remove .title fenced divs 2023-02-10 06:40:00 +01:00
importing-modules.section.md
linking-nixos-tests-to-packages.section.md
meta-attributes.section.md nixos/manual: render module chapters with nixos-render-docs 2023-01-27 20:07:34 +01:00
nixos-tests.chapter.md
option-declarations.section.md nixos/manual: remove .title fenced divs 2023-02-10 06:40:00 +01:00
option-def.section.md nixos/manual: remove .unnumbered section attributes 2023-02-10 06:40:01 +01:00
option-types.section.md nixos/manual: remove .title fenced divs 2023-02-10 06:40:00 +01:00
replace-modules.section.md lib/modules: Allow an "anonymous" module with key in disabledModules 2023-03-01 15:03:44 +01:00
running-nixos-tests-interactively.section.md nixos/tests: extend shell_interact to accept alternative socat addresses 2023-01-27 13:09:25 +01:00
running-nixos-tests.section.md nixos/doc/running-nixos-tests: Simplify running instructions with nixosTests 2022-09-24 17:38:08 +01:00
settings-options.section.md nixos/manual: replace ids on blocks with inline anchors 2023-02-10 06:40:01 +01:00
sources.chapter.md
testing-installer.chapter.md
unit-handling.section.md
what-happens-during-a-system-switch.chapter.md
writing-documentation.chapter.md doc,nixos/doc: unescape apostrophes 2022-12-27 17:13:47 +01:00
writing-modules.chapter.md nixos/manual: remove .title fenced divs 2023-02-10 06:40:00 +01:00
writing-nixos-tests.section.md nixos/manual: remove some newlines from deflists 2023-02-10 06:40:00 +01:00