clean unused

This commit is contained in:
Jeff Hykin 2024-05-25 11:02:20 -04:00
parent 8f0b52892c
commit 7dc5f8db8e

View file

@ -1,19 +0,0 @@
{ lib }:
let
defaultSourceType = tname: {
shortName = tname;
isSource = false;
};
in lib.mapAttrs (tname: tset: defaultSourceType tname // tset) {
fromSource = {
isSource = true;
};
binaryNativeCode = {};
binaryBytecode = {};
binaryFirmware = {};
}