nixpkgs/lib/tests
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
..
modules lib/modules: Allow an "anonymous" module with key in disabledModules 2023-03-01 15:03:44 +01:00
check-eval.nix
maintainer-module.nix maintainers: make email optional 2023-01-27 18:04:20 +01:00
maintainers.nix maintainers: clarify what fields are required 2023-01-27 18:05:28 +01:00
misc.nix Merge pull request #206611 from h7x4/lib-lists-add-repeat 2023-02-07 06:16:09 +01:00
modules.sh lib/modules: Allow an "anonymous" module with key in disabledModules 2023-03-01 15:03:44 +01:00
release.nix lib/tests/release.nix: Make nix a parameter + strictDeps 2023-01-18 01:39:38 +01:00
sources.sh
systems.nix lib.platforms.s390x: init 2023-01-19 17:43:50 +00:00
teams.nix