docs: Make nixpkgs.pkgs defaultText c'n'p-able (#468146)

This commit is contained in:
Aleksana
2025-12-06 13:27:28 +00:00
committed by GitHub
+1 -1
View File
@@ -119,7 +119,7 @@ in
pkgs = lib.mkOption {
defaultText = lib.literalExpression ''
import "''${nixos}/.." {
inherit (cfg) config overlays localSystem crossSystem;
inherit (config.nixpkgs) config overlays localSystem crossSystem;
}
'';
type = pkgsType;