use nix-built binary to produce debian package
Currently just for `x86_64-unknown-linux-musl`. Theoretically, we can use this same mechanism for `aarch64-unknown-linux-musl`. Practically, I'm not sure just this will even work.
This commit is contained in:
parent
4e09c9e58a
commit
d5a9c6ac32
3 changed files with 16 additions and 27 deletions
|
@ -252,6 +252,9 @@
|
|||
] ++ (with pkgsHost; [
|
||||
engage
|
||||
|
||||
# Needed for producing Debian packages
|
||||
cargo-deb
|
||||
|
||||
# Needed for Complement
|
||||
go
|
||||
olm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue