flake: inherit explicitly from parts of lib

Instea of doing `inherit (lib) <something>``, all inherits now use
`inherit (lib.<subsystem>) <something>`, which is much nicer.
This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit f05dfab5c5
29 changed files with 67 additions and 45 deletions

View file

@ -6,7 +6,8 @@
pkgs,
...
}: let
inherit (lib) mapAttrsToList mkForce;
inherit (lib.attrsets) mapAttrsToList;
inherit (lib.modules) mkForce;
in {
imports = [
./documentation.nix # nixos documentation