Import lispSourceRegistry

This commit is contained in:
niten 2024-06-01 08:58:33 -07:00
parent 8ef7e6be44
commit 680e1478c9
2 changed files with 3 additions and 4 deletions

View File

@ -25,7 +25,8 @@
};
}) // {
nixosModules = rec {
cl-gemini = import ./module.nix;
cl-gemini =
import ./module.nix { inherit (lisp-repo.lib) lispSourceRegistry; };
default = cl-gemini;
};
};

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 {