fix stdenv deprications

This commit is contained in:
foosinn 2021-12-06 12:42:00 +01:00
parent 4d99a375f0
commit 447aeca1ed
8 changed files with 9 additions and 10 deletions

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
install -m 755 -D linux-amd64/helm $out/bin/helm2
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://helm.sh";
description = "helms depricated v2 verison";
platforms = platforms.linux;