8 deps = bundlerEnv rec {
10 name = "flatito-${version}";
13 gemset = lib.recursiveUpdate (import ./gemset.nix) {
15 remotes = [ "https://rubygems.org" ];
16 sha256 = "9f5a8f899a14c1a0fe74cb89288f24ddc47bd5d83ac88ac8023d19b056ecb50f";
30 source.sha256 = "sha256-n1qPiZoUwaD+dMuJKI8k3cR71dg6yIrIAj0ZsFbstQ8=";
31 propagatedBuildInputs = [ deps ];
34 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";
35 homepage = "https://github.com/ceritium/flatito";
36 license = licenses.mit;
37 maintainers = with maintainers; [ rucadi ];
38 platforms = platforms.unix;
39 mainProgram = "flatito";