l 2 git: get secrets the new way

This commit is contained in:
lassulus 2015-11-13 00:47:19 +01:00
parent f2ec685c7c
commit b1613c0a20

View File

@ -43,7 +43,7 @@ let
collaborators = with config.krebs.users; [ tv makefu ]; collaborators = with config.krebs.users; [ tv makefu ];
}; };
} // } //
import /root/src/secrets/repos.nix { inherit config lib pkgs; } import <secrets/repos.nix> { inherit config lib pkgs; }
); );
make-public-repo = name: { desc ? null, ... }: { make-public-repo = name: { desc ? null, ... }: {