Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from cspr-rad/replace-union
Browse files Browse the repository at this point in the history
replace union with mergeAttrsConcatenateValues
  • Loading branch information
marijanp authored Dec 11, 2023
2 parents b24d443 + 1ab2578 commit fcbfbd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/buildRisc0Package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
, writeShellApplication
, cargo
, openssl
, lib
}:
attrs:

Expand Down Expand Up @@ -47,7 +48,7 @@ let
};
in

rustPlatform.buildRustPackage (attrs // {
rustPlatform.buildRustPackage (lib.mergeAttrsConcatenateValues attrs {
nativeBuildInputs = [
pkg-config
cargo-risczero
Expand Down

0 comments on commit fcbfbd4

Please sign in to comment.