nvf/modules/languages/ruby/default.nix

5 lines
45 B
Nix

{...}: {
imports = [
./ruby.nix
];
}