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