Skip to content

Commit

Permalink
format nix
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Jan 9, 2025
1 parent d3b2231 commit 9caa50c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions patches.nix
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ in [
};
};
}

# `fuel-core` requires Rust 1.81 as of v0.40.2.
{
condition = m: m.date >= "2024-12-30";
Expand All @@ -353,11 +353,7 @@ in [
{
condition = m: pkgs.lib.hasInfix "darwin" pkgs.system && m.date >= "2024-12-30";
patch = m: {
buildInputs =
(m.buildInputs or [])
++ [
pkgs.zlib
];
buildInputs = (m.buildInputs or []) ++ [pkgs.zlib];
};
}
]

0 comments on commit 9caa50c

Please sign in to comment.