Import lispSourceRegistry

This commit is contained in:
2024-06-01 08:58:33 -07:00
parent 8ef7e6be44
commit 680e1478c9
2 changed files with 3 additions and 4 deletions
+1 -3
View File
@@ -1,4 +1,4 @@
{ lisp-repo }:
{ lispSourceRegistry }:
{ config, lib, pkgs, ... }:
@@ -6,8 +6,6 @@ with lib;
let
cfg = config.informis.cl-gemini;
inherit (lisp-repo.lib) lispSourceRegistry;
feedOpts = { ... }: {
options = with types; {
url = mkOption {