meow
This commit is contained in:
parent
aea392119f
commit
b9ca97e9d4
|
@ -8,7 +8,7 @@
|
|||
let
|
||||
cfg = config.programs.ghidra;
|
||||
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;
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue