mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
nix: rename plugins
This commit is contained in:
parent
84bfad134a
commit
14cfcc16b0
|
@ -53,7 +53,7 @@ in
|
||||||
builtins.map
|
builtins.map
|
||||||
(entry:
|
(entry:
|
||||||
if lib.types.package.check entry
|
if lib.types.package.check entry
|
||||||
then "${entry}/lib/lib${entry.pname}.so"
|
then "lib${entry.pname}.so"
|
||||||
else "")
|
else "")
|
||||||
cfg.config.plugins;
|
cfg.config.plugins;
|
||||||
path =
|
path =
|
||||||
|
|
Loading…
Reference in a new issue