Loading pkgs/development/tools/codespelunker/default.nix 0 → 100644 +25 −0 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "codespelunker"; version = "1.0.0"; src = fetchFromGitHub { owner = "boyter"; repo = "cs"; rev = "v${version}"; hash = "sha256-NN/78paePdvYHQ4J2aQu56PvEciOXY8DxHd4ajfVCFU="; }; vendorHash = null; subPackages = [ "." ]; meta = with lib; { description = "A command code search tool"; homepage = "https://github.com/boyter/cs"; license = with licenses; [ mit unlicense ]; maintainers = with maintainers; [ viraptor ]; mainProgram = "cs"; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -18186,6 +18186,8 @@ with pkgs; coder = callPackage ../development/tools/coder { }; codespelunker = callPackage ../development/tools/codespelunker { }; compile-daemon = callPackage ../development/tools/compile-daemon { }; complexity = callPackage ../development/tools/misc/complexity { }; Loading
pkgs/development/tools/codespelunker/default.nix 0 → 100644 +25 −0 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "codespelunker"; version = "1.0.0"; src = fetchFromGitHub { owner = "boyter"; repo = "cs"; rev = "v${version}"; hash = "sha256-NN/78paePdvYHQ4J2aQu56PvEciOXY8DxHd4ajfVCFU="; }; vendorHash = null; subPackages = [ "." ]; meta = with lib; { description = "A command code search tool"; homepage = "https://github.com/boyter/cs"; license = with licenses; [ mit unlicense ]; maintainers = with maintainers; [ viraptor ]; mainProgram = "cs"; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -18186,6 +18186,8 @@ with pkgs; coder = callPackage ../development/tools/coder { }; codespelunker = callPackage ../development/tools/codespelunker { }; compile-daemon = callPackage ../development/tools/compile-daemon { }; complexity = callPackage ../development/tools/misc/complexity { };