diff options
author | tv <tv@krebsco.de> | 2016-10-20 20:54:38 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-10-20 20:54:38 +0200 |
commit | f47bab7f710b7c8a282c3a3c38affc8a0bc30cc9 (patch) | |
tree | a7f59f4511ced29de7bdb4334d84b2f9cd137838 /lass/1systems/prism.nix | |
parent | 4a6fbbbe503e32096a30a07c3ee51d3524057b8e (diff) |
drop config.krebs.lib
Diffstat (limited to 'lass/1systems/prism.nix')
-rw-r--r-- | lass/1systems/prism.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix index 8b4f1d7a2..76710ac9d 100644 --- a/lass/1systems/prism.nix +++ b/lass/1systems/prism.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: -with config.krebs.lib; +with import <stockholm/lib>; let ip = config.krebs.build.host.nets.internet.ip4.addr; |