mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
Merge pull request #521 from JakeStanger/build/nix/naersk
build(nix): fix naersk build broken when using non-default features
This commit is contained in:
commit
e052a996a4
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