diff options
author | lassulus <lass@aidsballs.de> | 2016-10-20 21:40:11 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-10-22 17:50:57 +0200 |
commit | 2ecba9acd593d2677903ef5e4d5eecfc38174ed9 (patch) | |
tree | 85ac25ab90852513f3275ee1e54af02cee4b9b15 /lass/1systems/shodan.nix | |
parent | 41e6300dbc650814e88de40ad9be292e3cea4de1 (diff) |
l: import <stockholm/lib>
Diffstat (limited to 'lass/1systems/shodan.nix')
-rw-r--r-- | lass/1systems/shodan.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/shodan.nix b/lass/1systems/shodan.nix index 7c44807a6..9d1df1d72 100644 --- a/lass/1systems/shodan.nix +++ b/lass/1systems/shodan.nix @@ -1,6 +1,6 @@ { config, pkgs, ... }: -with builtins; +with import <stockholm/lib>; { imports = [ ../. |