Skip to content

Commit

Permalink
build(nix): fix naersk build broken when using non-default features
Browse files Browse the repository at this point in the history
Fixes #520
  • Loading branch information
JakeStanger committed Mar 31, 2024
1 parent 42ae915 commit 30417e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ in
then
builder.buildPackage (basePkg
// {
cargoOptions = old: old ++ flags;
cargoBuildOptions = old: old ++ flags;
})
else if builderName == "crane"
then
Expand Down

0 comments on commit 30417e0

Please sign in to comment.