pure-prompt: remove 'with lib;'

This commit is contained in:
Felix Buehler 2024-08-13 22:14:20 +02:00 committed by Valentin Gagarin
parent 95cf21bab2
commit af0be7f495

View File

@ -1,7 +1,5 @@
{ lib, stdenv, fetchFromGitHub }:
with lib;
stdenv.mkDerivation rec {
pname = "pure-prompt";
version = "1.23.0";
@ -21,7 +19,7 @@ stdenv.mkDerivation rec {
cp async.zsh "$OUTDIR/async"
'';
meta = {
meta = with lib; {
description = "Pretty, minimal and fast ZSH prompt";
homepage = "https://github.com/sindresorhus/pure";
license = licenses.mit;