From 0df7c346705957a29136bd5802a4a0ef38cc3b52 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 11 Jun 2023 00:26:29 +0200 Subject: modules: import lib via relative path --- krebs/3modules/repo-sync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'krebs/3modules/repo-sync.nix') diff --git a/krebs/3modules/repo-sync.nix b/krebs/3modules/repo-sync.nix index 0ac9fab6b..c580907cc 100644 --- a/krebs/3modules/repo-sync.nix +++ b/krebs/3modules/repo-sync.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: -with pkgs.stockholm.lib; +with import ../../lib/lib.nix { inherit lib; }; let cfg = config.krebs.repo-sync; -- cgit v1.2.3