Uhm, recursive?

This commit is contained in:
Niten 2020-11-23 14:13:54 -08:00
parent b8a2c09826
commit 4debeaf660
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ lib, ... }:
with lib;
{
rec {
cl-sasl = import cl-sasl.nix {};
cl-xmpp = import cl-xmpp.nix {
cl-sasl = cl-sasl;