infra/overlays/default.nix

6 lines
83 B
Nix

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