Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33055438
D4928.1768428307.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
731 B
Referenced Files
None
Subscribers
None
D4928.1768428307.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
Wed, Jan 14, 10:05 PM (6 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5934224
Default Alt Text
D4928.1768428307.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