fix stdenv deprications
This commit is contained in:
parent
4d99a375f0
commit
447aeca1ed
8 changed files with 9 additions and 10 deletions
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
install -m 755 -D vault-sink-linux-amd64 $out/bin/sink
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/cookiefactory/vault-sink";
|
||||
description = "Vault Secret helper for yaml files";
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue