forked from nix-community/ethereum.nix
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
foundry: update to the latest version and fix compilation with recent Nixpkgs version #37
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` • Updated input 'devour-flake': 'github:srid/devour-flake/17b711b9deadbbc5629cb7d2b64cf86ae72af3fa?narHash=sha256-Vey9n9hIlWiSAZ6CCTpkrL6jt4r2JvT2ik9wa2bjeC0%3D' (2024-03-08) → 'github:srid/devour-flake/9b96d31a55be119df8496ec5b7369823deec8a1c?narHash=sha256-Cvc84VzvvdmehafnaIPfdPylNWJcDmv79QQh/MH/4Qk%3D' (2024-09-14) • Updated input 'devshell': 'github:numtide/devshell/1ebbe68d57457c8cae98145410b164b5477761f4?narHash=sha256-Q0OEFqe35fZbbRPPRdrjTUUChKVhhWXz3T9ZSKmaoVY%3D' (2024-06-03) → 'github:numtide/devshell/dd6b80932022cea34a019e2bb32f6fa9e494dfef?narHash=sha256-xRJ2nPOXb//u1jaBnDP56M7v5ldavjbtR6lfGqSvcKg%3D' (2024-10-07) • Removed input 'devshell/flake-utils' • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/2a55567fcf15b1b1c7ed712a2c6fadaec7412ea8?narHash=sha256-iKzJcpdXih14qYVcZ9QC9XuZYnPc6T8YImb6dX166kw%3D' (2024-06-01) → 'github:hercules-ci/flake-parts/3d04084d54bedc3d6b8b736c70ef449225c361b1?narHash=sha256-K5ZLCyfO/Zj9mPFldf3iwS6oZStJcU4tSpiXTMYaaL0%3D' (2024-10-01) • Updated input 'flake-utils': 'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a?narHash=sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ%3D' (2024-03-11) → 'github:numtide/flake-utils/c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a?narHash=sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ%3D' (2024-09-17) • Updated input 'foundry-nix': 'github:shazow/foundry.nix/708c0df1e36b5185a727a3c517a5100e46392792?narHash=sha256-qcXXOnRSl0sGKm7JknntBU4su8/342YKZvjklHsIl%2BQ%3D' (2024-06-03) → 'github:shazow/foundry.nix/c45f6bc1f2110b1d209e116be203648a06a02f80?narHash=sha256-kJHt%2BBoDTc9aYXnmy7X%2BkQto9cT77lDKHAYp5FyY4OY%3D' (2024-10-05) • Updated input 'nixpkgs-unstable': 'github:nixos/nixpkgs/9c513fc6fb75142f6aec6b7545cb8af2236b80f5?narHash=sha256-bu0xbu2Z6DDzA9LGV81yJunIti6r7tjUImeR8orAL/I%3D' (2024-06-25) → 'github:nixos/nixpkgs/b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221?narHash=sha256-f0SBJz1eZ2yOuKUr5CA9BHULGXVSn6miBuUWdTyhUhU%3D' (2024-10-10) • Updated input 'treefmt-nix': 'github:numtide/treefmt-nix/065a23edceff48f948816b795ea8cc6c0dee7cdf?narHash=sha256-9T9mSY35EZSM1KAwb7K9zwQ78qTlLjosZgtUGnw4rn4%3D' (2024-06-24) → 'github:numtide/treefmt-nix/4446c7a6fc0775df028c5a3f6727945ba8400e64?narHash=sha256-xpRqITAoD8rHlXQafYZOLvUXCF6cnZkPfoq67ThN0Hc%3D' (2024-10-03) ```
PetarKirov
force-pushed
the
fix/foundry
branch
from
October 11, 2024 20:17
be5acd7
to
856f9fe
Compare
PetarKirov
force-pushed
the
fix/foundry
branch
from
October 22, 2024 05:27
d7fb1db
to
d84ce04
Compare
…mind As newer version of Nixpkgs fail to build it, for example: https://github.com/metacraft-labs/ethereum.nix/actions/runs/11453835003/job/31867023628
PetarKirov
force-pushed
the
fix/foundry
branch
from
October 22, 2024 07:28
7f5ff41
to
0e4b306
Compare
Thanks for your Pull Request! Below you will find a summary of the cachix status of each package, for each supported platform.
|
MartinNikov
approved these changes
Oct 22, 2024
EmilIvanichkovv
approved these changes
Oct 22, 2024
Yes, exactly ;) |
MartinNikov
added a commit
to metacraft-labs/nixos-modules
that referenced
this pull request
Oct 22, 2024
Now that our ethereum.nix has a proper CI: * metacraft-labs/ethereum.nix#36 we're making sure that `foundry`'s derivation is up-to-date: * metacraft-labs/ethereum.nix#37 With the latest fixes applied, we no longer need to override its `rustPlatform` parameter, as it's now set to fenix in ethereum.nix.
MartinNikov
added a commit
to metacraft-labs/nixos-modules
that referenced
this pull request
Oct 22, 2024
Now that our ethereum.nix has a proper CI: * metacraft-labs/ethereum.nix#36 we're making sure that `foundry`'s derivation is up-to-date: * metacraft-labs/ethereum.nix#37 With the latest fixes applied, we no longer need to override its `rustPlatform` parameter, as it's now set to fenix in ethereum.nix.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.