pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, buildGoModule, fetchFromGitHub, installShellFiles }:
|
||||
{ lib, stdenv, buildGoModule, fetchFromGitHub, installShellFiles }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "kubectx";
|
||||
@@ -21,7 +21,7 @@ buildGoModule rec {
|
||||
installShellCompletion completion/*
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "Fast way to switch between clusters and namespaces in kubectl!";
|
||||
license = licenses.asl20;
|
||||
homepage = "https://github.com/ahmetb/kubectx";
|
||||
|
||||
Reference in New Issue
Block a user