pkgs/shells: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub }:
|
||||
{ lib, stdenv, fetchFromGitHub }:
|
||||
|
||||
# To make use of this derivation, use
|
||||
# `programs.zsh.promptInit = "source ${pkgs.zsh-powerlevel9k}/share/zsh-powerlevel9k/powerlevel9k.zsh-theme";`
|
||||
@@ -21,9 +21,9 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "A beautiful theme for zsh";
|
||||
homepage = "https://github.com/bhilburn/powerlevel9k";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
license = lib.licenses.mit;
|
||||
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ stdenv.lib.maintainers.pierrechevalier83 ];
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [ lib.maintainers.pierrechevalier83 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user