mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
fix(warn): stdenv.lib missing
Signed-off-by: Ana Hobden <operator@hoverbear.org>
This commit is contained in:
parent
ccc2e4c5db
commit
3868bd048a
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||
install -m500 -D direnvrc $out/share/nix-direnv/direnvrc
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "A fast, persistent use_nix implementation for direnv";
|
||||
homepage = "https://github.com/nix-community/nix-direnv";
|
||||
license = licenses.mit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue