diff options
author | tv <tv@krebsco.de> | 2015-11-09 18:52:11 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-09 18:57:20 +0100 |
commit | ce1a809ec0d66975c91643523e0815953554fd9a (patch) | |
tree | 98d7eed8a9cffcba4b583d03e383b6cb5c7dc369 /tv | |
parent | 0f86671ee29b413fc356f01588ef6943ca580d01 (diff) |
stockholm: import user lib if it exists
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/git.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tv/2configs/git.nix b/tv/2configs/git.nix index 63d65a6..4387be3 100644 --- a/tv/2configs/git.nix +++ b/tv/2configs/git.nix @@ -1,6 +1,7 @@ { config, lib, pkgs, ... }: -with import ../4lib { inherit lib pkgs; }; +with lib; + let out = { |