summaryrefslogtreecommitdiffstats
path: root/1systems/wry/config.nix
diff options
context:
space:
mode:
Diffstat (limited to '1systems/wry/config.nix')
-rw-r--r--1systems/wry/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/1systems/wry/config.nix b/1systems/wry/config.nix
index b728703ec..abeb7d8d3 100644
--- a/1systems/wry/config.nix
+++ b/1systems/wry/config.nix
@@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
-with import <stockholm/lib>;
+with pkgs.stockholm.lib;
let
external-ip = config.krebs.build.host.nets.internet.ip4.addr;