add ruby fix overlay
This commit is contained in:
parent
16ce78ace5
commit
33ebe8b54d
1 changed files with 11 additions and 0 deletions
11
clients/quadphone/ruby.nix
Normal file
11
clients/quadphone/ruby.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
(_: super: {
|
||||
ruby_3_3 = super.ruby_3_3.overrideAttrs (old: {
|
||||
NIX_RUSTFLAGS =
|
||||
(old.NIX_RUSTFLAGS or "")
|
||||
+ " --target ${super.stdenv.hostPlatform.rust.rustcTargetSpec}";
|
||||
});
|
||||
})
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue