meow
This commit is contained in:
parent
f21591a29f
commit
8fe88edc61
|
@ -8,7 +8,7 @@
|
||||||
let
|
let
|
||||||
cfg = config.programs.ghidra;
|
cfg = config.programs.ghidra;
|
||||||
package = cfg.package;
|
package = cfg.package;
|
||||||
isSplit = lib.any (x: x == "lib") package.outputs;
|
isSplit = lib.elem "lib" package.outputs;
|
||||||
libOutput = if isSplit then package.lib else package;
|
libOutput = if isSplit then package.lib else package;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue