travis: move to by-name (#430047)
This commit is contained in:
parent
d5f7433c5f
commit
8a0d1de538
@ -12,12 +12,12 @@ bundlerEnv {
|
||||
|
||||
passthru.updateScript = bundlerUpdateScript "travis";
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "CLI and Ruby client library for Travis CI";
|
||||
mainProgram = "travis";
|
||||
homepage = "https://github.com/travis-ci/travis.rb";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
zimbatm
|
||||
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 { });
|
||||
|
||||
travis = callPackage ../development/tools/misc/travis { };
|
||||
|
||||
tree-sitter = makeOverridable (callPackage ../development/tools/parsing/tree-sitter) { };
|
||||
|
||||
tree-sitter-grammars = recurseIntoAttrs tree-sitter.builtGrammars;
|
||||
|
Loading…
x
Reference in New Issue
Block a user