From 06ed05d3b9f5d3dc93d008472d4b1a9403cb910c Mon Sep 17 00:00:00 2001 From: volth Date: Mon, 9 Jul 2018 04:37:52 +0000 Subject: [PATCH 1/4] nixos/digitalbitbox: fix evaluation --- nixos/modules/programs/digitalbitbox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/digitalbitbox/default.nix b/nixos/modules/programs/digitalbitbox/default.nix index 7c727489c6c9..2fe0a14412c5 100644 --- a/nixos/modules/programs/digitalbitbox/default.nix +++ b/nixos/modules/programs/digitalbitbox/default.nix @@ -34,6 +34,6 @@ in meta = { doc = ./doc.xml; - maintainers = with stdenv.lib.maintainers; [ vidbina ]; + maintainers = with lib.maintainers; [ vidbina ]; }; } From 6f1134ff8b03efb11cee47636930d92b86b0f71c Mon Sep 17 00:00:00 2001 From: volth Date: Mon, 9 Jul 2018 04:43:41 +0000 Subject: [PATCH 2/4] 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 adabc6459148..2c9bc18c8c3c 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 ]; }; } From e9ec28f0689809a7bad173a49783a3366ac33af8 Mon Sep 17 00:00:00 2001 From: volth Date: Mon, 9 Jul 2018 04:45:52 +0000 Subject: [PATCH 3/4] nixos/matomo: fix evaluation --- nixos/modules/services/web-apps/matomo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/matomo.nix b/nixos/modules/services/web-apps/matomo.nix index ed38eb9ce1e9..42affb06b51f 100644 --- a/nixos/modules/services/web-apps/matomo.nix +++ b/nixos/modules/services/web-apps/matomo.nix @@ -241,6 +241,6 @@ in { meta = { doc = ./matomo-doc.xml; - maintainers = with stdenv.lib.maintainers; [ florianjacob ]; + maintainers = with lib.maintainers; [ florianjacob ]; }; } From 29f052567983f95e211068362a8f414e315c7186 Mon Sep 17 00:00:00 2001 From: volth Date: Mon, 9 Jul 2018 04:48:15 +0000 Subject: [PATCH 4/4] nixos/nexus: fix evaluation --- nixos/modules/services/web-apps/nexus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/nexus.nix b/nixos/modules/services/web-apps/nexus.nix index 30876889cf25..050f8757fa5f 100644 --- a/nixos/modules/services/web-apps/nexus.nix +++ b/nixos/modules/services/web-apps/nexus.nix @@ -130,5 +130,5 @@ in }; }; - meta.maintainers = with stdenv.lib.maintainers; [ ironpinguin ]; + meta.maintainers = with lib.maintainers; [ ironpinguin ]; }