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
8b210a3b41
commit
08f09fba55
1 changed files with 3 additions and 1 deletions
|
|
@ -179,9 +179,11 @@
|
|||
system:
|
||||
let
|
||||
streamd = mkStreamd system;
|
||||
streamd-musl = mkStreamdMusl system;
|
||||
streamd-deb = mkStreamdDeb system;
|
||||
in
|
||||
{
|
||||
inherit streamd;
|
||||
inherit streamd streamd-musl streamd-deb;
|
||||
default = streamd;
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue