We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
language.ruby
1 parent e39c8d4 commit c910eebCopy full SHA for c910eeb
flake.nix
@@ -80,6 +80,12 @@
80
};
81
82
devshells.default = {
83
+ imports = [
84
+ # Ruby support, including prerequisites for compiling native
85
+ # extensions.
86
+ "${inputs.devshell}/extra/language/ruby.nix"
87
+ ];
88
+
89
commands = [
90
{
91
name = "fmt";
@@ -134,9 +140,6 @@
134
140
'';
135
141
}
136
142
];
137
-
138
- # Needed for compiling native extensions
139
- devshell.packages = with pkgs; [gcc gnumake];
143
144
145
overlayAttrs = {
0 commit comments