about summary refs log tree commit diff
path: root/nixos/modules/services/misc/folding-at-home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/folding-at-home.nix')
-rw-r--r--nixos/modules/services/misc/folding-at-home.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/misc/folding-at-home.nix b/nixos/modules/services/misc/folding-at-home.nix
index 9f4c4645279f..0093e3c0c33a 100644
--- a/nixos/modules/services/misc/folding-at-home.nix
+++ b/nixos/modules/services/misc/folding-at-home.nix
@@ -1,5 +1,5 @@
-{ config, pkgs, ... }:
-with pkgs.lib;
+{ config, lib, pkgs, ... }:
+with lib;
 let
   stateDir = "/var/lib/foldingathome";
   cfg = config.services.foldingAtHome;