forked from the-distro/infra
raito
db46b01ae9
Vendored for the time being. See https://cl.forkos.org/c/nixpkgs/+/181 for upstreaming properly. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
8 lines
177 B
Nix
8 lines
177 B
Nix
[
|
|
(final: prev: {
|
|
iusb-spoof = final.callPackage ./iusb-spoof.nix {};
|
|
u-root = final.callPackage ./u-root {};
|
|
pyroscope = final.callPackage ./pyroscope {};
|
|
})
|
|
]
|