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 nixos/doc: convert assertions and warnings section to CommonMark 2021-06-03 20:12:16 -07:00
bootspec.chapter.md nixos/activation/bootspec: add bootspec chapter in NixOS manual 2022-12-08 13:50:05 -08:00
building-parts.chapter.md nixos: nixos/doc/manual/development/building-parts.xml to CommonMark 2021-07-03 12:01:42 +08:00
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 nixos: nixos/doc/manual/development/importing-modules.xml to CommonMark 2021-07-03 22:20:55 +08:00
linking-nixos-tests-to-packages.section.md manuals: Describe how to link NixOS tests from packages 2021-07-27 17:39:33 +02:00
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 nixos: nixos/doc/manual/devlopment/nixos-tests.xml to CommonMark 2021-09-08 15:47:16 +08:00
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 nixos: nixos/doc/manual/development/sources.xml to CommonMark 2021-07-03 12:00:40 +08:00
testing-installer.chapter.md nixos: nixos/doc/manual/development/testing-installer.xml to CommonMark 2021-07-03 12:06:27 +08:00
unit-handling.section.md nixos/switch-to-configuration: Fix reloading of stopped services 2022-03-11 14:05:19 +01:00
what-happens-during-a-system-switch.chapter.md nixos/doc: Document the activation script 2022-02-09 20:44:28 +01:00
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