forked from the-distro/infra
7 lines
127 B
Nix
7 lines
127 B
Nix
[
|
|
(final: prev: {
|
|
iusb-spoof = final.callPackage ./iusb-spoof.nix {};
|
|
u-root = final.callPackage ./u-root {};
|
|
})
|
|
]
|