travis: move to by-name (#430047)
This commit is contained in:
parent
d5f7433c5f
commit
8a0d1de538
@ -12,12 +12,12 @@ bundlerEnv {
|
|||||||
|
|
||||||
passthru.updateScript = bundlerUpdateScript "travis";
|
passthru.updateScript = bundlerUpdateScript "travis";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "CLI and Ruby client library for Travis CI";
|
description = "CLI and Ruby client library for Travis CI";
|
||||||
mainProgram = "travis";
|
mainProgram = "travis";
|
||||||
homepage = "https://github.com/travis-ci/travis.rb";
|
homepage = "https://github.com/travis-ci/travis.rb";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
zimbatm
|
zimbatm
|
||||||
nicknovitski
|
nicknovitski
|
||||||
];
|
];
|
||||||
@ -1,12 +0,0 @@
|
|||||||
# Env to update Gemfile.lock / gemset.nix
|
|
||||||
{
|
|
||||||
pkgs ? import ../../../../.. { },
|
|
||||||
}:
|
|
||||||
pkgs.stdenv.mkDerivation {
|
|
||||||
name = "env";
|
|
||||||
buildInputs = with pkgs; [
|
|
||||||
ruby.devEnv
|
|
||||||
gnumake
|
|
||||||
bundix
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@ -7590,8 +7590,6 @@ with pkgs;
|
|||||||
|
|
||||||
tflint-plugins = recurseIntoAttrs (callPackage ../development/tools/analysis/tflint-plugins { });
|
tflint-plugins = recurseIntoAttrs (callPackage ../development/tools/analysis/tflint-plugins { });
|
||||||
|
|
||||||
travis = callPackage ../development/tools/misc/travis { };
|
|
||||||
|
|
||||||
tree-sitter = makeOverridable (callPackage ../development/tools/parsing/tree-sitter) { };
|
tree-sitter = makeOverridable (callPackage ../development/tools/parsing/tree-sitter) { };
|
||||||
|
|
||||||
tree-sitter-grammars = recurseIntoAttrs tree-sitter.builtGrammars;
|
tree-sitter-grammars = recurseIntoAttrs tree-sitter.builtGrammars;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user