1
0
Fork 0
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:
Jake Stanger 2024-03-31 22:55:39 +01:00
parent 42ae915645
commit 30417e06fe
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -73,7 +73,7 @@ in
then
builder.buildPackage (basePkg
// {
cargoOptions = old: old ++ flags;
cargoBuildOptions = old: old ++ flags;
})
else if builderName == "crane"
then