feat: Change package sep from / to :

This commit is contained in:
ulic-youthlic 2025-10-28 23:22:41 +08:00
parent 0ca48550ed
commit 1d154b86bd
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -61,7 +61,7 @@
path: value:
if lib.isDerivation value then
{
${lib.concatStringsSep "/" path} = value;
${lib.concatStringsSep ":" path} = value;
}
else if lib.isAttrs value then
lib.concatMapAttrs (name: flattenPkgs (path ++ [ name ])) value