infra/overlays/default.nix

5 lines
83 B
Nix

[
(final: prev: {
iusb-spoof = final.callPackage ./iusb-spoof.nix {};
})
]