Revert "stockholm: check harder if user lib exists"

This reverts commit 9cfc10a1ec.
This commit is contained in:
tv 2015-11-09 19:12:35 +01:00
parent 9cfc10a1ec
commit 6f325f7de9
1 changed files with 2 additions and 3 deletions

View File

@ -19,9 +19,8 @@ let stockholm = {
klib = import ./krebs/4lib { inherit lib; };
ulib = let
path = ./. + "/${current-user-name}/4lib";
in lib.optionalAttrs
(builtins.pathExists path && klib.dir.has-default-nix path)
(import path { lib = lib // klib; });
in lib.optionalAttrs (klib.dir.has-default-nix path)
(import path { lib = lib // klib; });
in
builtins // lib // klib // ulib // rec {
# TODO move this stuff