Skip to content

Commit

Permalink
Merge pull request #521 from JakeStanger/build/nix/naersk
Browse files Browse the repository at this point in the history
build(nix): fix naersk build broken when using non-default features
  • Loading branch information
JakeStanger authored Apr 1, 2024
2 parents 42ae915 + 30417e0 commit e052a99
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 e052a99

Please sign in to comment.