clanCore.clanPkgs: set defaultText make it internal
All checks were successful
checks-impure / test (pull_request) Successful in 8s
checks / test (pull_request) Successful in 20s

This commit is contained in:
Jörg Thalheim 2023-09-22 15:03:08 +02:00
parent d8bde6ec8e
commit f518088d4c

View File

@ -30,6 +30,8 @@
};
clanPkgs = lib.mkOption {
default = self.packages.${pkgs.system};
defaultText = "self.packages.${pkgs.system}";
internal = true;
};
};
options.system.clan = lib.mkOption {