1 { lib, ruby, buildRubyGem, bundlerEnv }:
3 deps = bundlerEnv rec {
5 name = "flatito-${version}";
8 gemset = lib.recursiveUpdate (import ./gemset.nix) {
10 remotes = [ "https://rubygems.org" ];
11 sha256 = "9f5a8f899a14c1a0fe74cb89288f24ddc47bd5d83ac88ac8023d19b056ecb50f";
25 source.sha256 = "sha256-n1qPiZoUwaD+dMuJKI8k3cR71dg6yIrIAj0ZsFbstQ8=";
26 propagatedBuildInputs = [ deps ];
29 description = "It allows you to search for a key and get the value and the line number where it is located in YAML and JSON files";
30 homepage = "https://github.com/ceritium/flatito";
31 license = licenses.mit;
32 maintainers = with maintainers; [ rucadi ];
33 platforms = platforms.unix;
34 mainProgram = "flatito";