summaryrefslogtreecommitdiffstats
path: root/3modules/udpt.nix
diff options
context:
space:
mode:
Diffstat (limited to '3modules/udpt.nix')
-rw-r--r--3modules/udpt.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/3modules/udpt.nix b/3modules/udpt.nix
index 18f56ab6b..2fde62d5e 100644
--- a/3modules/udpt.nix
+++ b/3modules/udpt.nix
@@ -1,6 +1,7 @@
-{ config, lib, pkgs, ... }:
+{ config, lib, pkgs, stockholm,... }:
-with import <stockholm/lib>;
+with lib;
+with stockholm.lib;
let
cfg = config.makefu.udpt;