From 6f1134ff8b03efb11cee47636930d92b86b0f71c Mon Sep 17 00:00:00 2001 From: volth Date: Mon, 9 Jul 2018 04:43:41 +0000 Subject: nixos/journalwatch: fix evaluation --- nixos/modules/services/logging/journalwatch.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/logging/journalwatch.nix b/nixos/modules/services/logging/journalwatch.nix index adabc645914..2c9bc18c8c3 100644 --- a/nixos/modules/services/logging/journalwatch.nix +++ b/nixos/modules/services/logging/journalwatch.nix @@ -241,6 +241,6 @@ in { }; meta = { - maintainers = with stdenv.lib.maintainers; [ florianjacob ]; + maintainers = with lib.maintainers; [ florianjacob ]; }; } -- cgit 1.4.1