feat(flake): expose streamd-musl and streamd-deb packages
Update packages output to include streamd-musl (static binary) and streamd-deb (.deb package) alongside the default streamd package.
This commit is contained in:
parent
45f8b3503b
commit
10728a554f
1 changed files with 3 additions and 1 deletions
|
|
@ -179,9 +179,11 @@
|
||||||
system:
|
system:
|
||||||
let
|
let
|
||||||
streamd = mkStreamd system;
|
streamd = mkStreamd system;
|
||||||
|
streamd-musl = mkStreamdMusl system;
|
||||||
|
streamd-deb = mkStreamdDeb system;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
inherit streamd;
|
inherit streamd streamd-musl streamd-deb;
|
||||||
default = streamd;
|
default = streamd;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue