feat: Change package sep from / to :
This commit is contained in:
parent
0ca48550ed
commit
1d154b86bd
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
||||||
path: value:
|
path: value:
|
||||||
if lib.isDerivation value then
|
if lib.isDerivation value then
|
||||||
{
|
{
|
||||||
${lib.concatStringsSep "/" path} = value;
|
${lib.concatStringsSep ":" path} = value;
|
||||||
}
|
}
|
||||||
else if lib.isAttrs value then
|
else if lib.isAttrs value then
|
||||||
lib.concatMapAttrs (name: flattenPkgs (path ++ [ name ])) value
|
lib.concatMapAttrs (name: flattenPkgs (path ++ [ name ])) value
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue