about summary refs log tree commit diff
path: root/nixos/modules/services/databases/4store.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/databases/4store.nix')
-rw-r--r--nixos/modules/services/databases/4store.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/databases/4store.nix b/nixos/modules/services/databases/4store.nix
index 412d14b050cbe..1725672a65949 100644
--- a/nixos/modules/services/databases/4store.nix
+++ b/nixos/modules/services/databases/4store.nix
@@ -1,11 +1,11 @@
-{ config, pkgs, ... }:
+{ config, lib, pkgs, ... }:
 let
   cfg = config.services.fourStore;
   stateDir = "/var/lib/4store";
   fourStoreUser = "fourstore";
   run = "${pkgs.su}/bin/su -s ${pkgs.stdenv.shell} ${fourStoreUser}";
 in
-with pkgs.lib;
+with lib;
 {
 
   ###### interface