fix
This commit is contained in:
parent
45b8dfeb96
commit
dbe35541ef
1 changed files with 6 additions and 4 deletions
|
@ -31,10 +31,12 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
systemd.tmpfiles.settings =
|
systemd.tmpfiles.settings = lib.listToAttrs (lib.mapAttrsToList (name: drv: {
|
||||||
builtins.mapAttrs (name: drv: {
|
name = "myphps-${name}";
|
||||||
|
value = {
|
||||||
"${cfg.prefix}/${name}"."L+".argument = drv.outPath;
|
"${cfg.prefix}/${name}"."L+".argument = drv.outPath;
|
||||||
|
};
|
||||||
})
|
})
|
||||||
phps;
|
phps);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue