mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
build(nix): fix naersk build broken when using non-default features
Fixes #520
This commit is contained in:
parent
42ae915645
commit
30417e06fe
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ in
|
|||
then
|
||||
builder.buildPackage (basePkg
|
||||
// {
|
||||
cargoOptions = old: old ++ flags;
|
||||
cargoBuildOptions = old: old ++ flags;
|
||||
})
|
||||
else if builderName == "crane"
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue