Let's test using lib instead of pkgs.lib...
This commit is contained in:
parent
7299f74d58
commit
2215f6f0da
@ -161,7 +161,7 @@ in {
|
||||
GEMINI_TEXTFILES_ROOT = cfg.textfiles-archive;
|
||||
GEMINI_FEEDS = "${generate-feeds cfg.feeds}";
|
||||
|
||||
CL_SOURCE_REGISTRY = "${pkgs.lib.fudo.lisp.lisp-source-registry pkgs.cl-gemini}";
|
||||
CL_SOURCE_REGISTRY = "${lib.lisp.lisp-source-registry pkgs.cl-gemini}";
|
||||
};
|
||||
|
||||
path = with pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user