Merge pull request 'clanCore.clanPkgs: set defaultText make it internal' (#326) from Mic92-docs into main
All checks were successful
checks-impure / test (push) Successful in 9s
checks / test (push) Successful in 20s
assets1 / test (push) Successful in 6s

This commit is contained in:
clan-bot 2023-09-22 13:05:22 +00:00
commit 1f129416c7

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 {