nixpkgs/nixos/doc/manual
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
..
administration doc,nixos/doc: unescape apostrophes 2022-12-27 17:13:47 +01:00
configuration nixos/manual: inline the single footnote 2023-02-10 06:40:01 +01:00
development lib/modules: Allow an "anonymous" module with key in disabledModules 2023-03-01 15:03:44 +01:00
installation nixos/manual: convert <kbd> elements to bracketed spans 2023-02-10 06:40:01 +01:00
manpages nixos/manual/manpages: add description on previewing manpage files (#214833) 2023-02-06 00:37:38 +01:00
release-notes nixos/imaginary: init 2023-02-11 09:18:42 -08:00
.gitignore
contributing-to-this-manual.chapter.md nixos/manual: remove md-to-db 2023-02-10 06:40:15 +01:00
default.nix nixos/manual: remove md-to-db 2023-02-10 06:40:15 +01:00
Makefile
man-configuration.xml
man-pages.xml nixos/manual: translate manpages to mdoc 2023-02-03 02:23:07 +01:00
manual.xml nixos/manual: delete disabled xincludes 2023-02-10 06:40:00 +01:00
preface.xml Revert "Update preface.xml (#185868)" 2022-08-10 20:26:01 +10:00
README.md
shell.nix