1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 11:24: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:
Jake Stanger 2024-04-01 02:00:09 +01:00 committed by GitHub
commit e052a996a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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