about summary refs log tree commit diff
path: root/nixos/modules/services/databases/monetdb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/databases/monetdb.nix')
-rw-r--r--nixos/modules/services/databases/monetdb.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/databases/monetdb.nix b/nixos/modules/services/databases/monetdb.nix
index 9d3059c7f4520..9f09c71e005ad 100644
--- a/nixos/modules/services/databases/monetdb.nix
+++ b/nixos/modules/services/databases/monetdb.nix
@@ -1,9 +1,9 @@
-{ config, pkgs, ... }:
+{ config, lib, pkgs, ... }:
 let
   cfg = config.services.monetdb;
   monetdbUser = "monetdb";
 in
-with pkgs.lib;
+with lib;
 {
 
   ###### interface