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/tinc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'krebs/3modules/tinc.nix') diff --git a/krebs/3modules/tinc.nix b/krebs/3modules/tinc.nix index c6307c9db..e4296d414 100644 --- a/krebs/3modules/tinc.nix +++ b/krebs/3modules/tinc.nix @@ -1,5 +1,5 @@ { config, pkgs, lib, ... }: -with pkgs.stockholm.lib; { +with import ../../lib/lib.nix { inherit lib; }; { options.krebs.tinc = mkOption { default = {}; description = '' -- cgit v1.2.3