Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3348758
D4928.id15896.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
731 B
Referenced Files
None
Subscribers
None
D4928.id15896.diff
View Options
diff --git a/nix/overlay.nix b/nix/overlay.nix
--- a/nix/overlay.nix
+++ b/nix/overlay.nix
@@ -68,6 +68,16 @@
'';
});
+ corrosion = prev.corrosion.overrideAttrs(_: {
+ patches = [
+ # Fix logic around finding cargo and rustc when not managed by rustup
+ (prev.fetchpatch {
+ url = "https://github.com/corrosion-rs/corrosion/commit/d5330b3f03c7abb4e4da71e35654fa03ecb778bb.patch";
+ sha256 = "sha256-jrA30bWNWprkqCiedf+xL7GlR9+9jgOyKAoTPVKkB9c=";
+ })
+ ];
+ });
+
# 16.14 now requires experimental import assertions syntax, pin to 16.13
# https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V16.md
nodejs-16_x = prev.nodejs-16_x.overrideAttrs (oldAttrs: rec {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 3:59 PM (18 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2570470
Default Alt Text
D4928.id15896.diff (731 B)
Attached To
Mode
D4928: [Nix] Fix corrosion logic when rustc is on PATH
Attached
Detach File
Event Timeline
Log In to Comment