Skip to content
Snippets Groups Projects
Commit 8cb54ea2 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Gotta call it like a package

parent 549c46db
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# ZKAPs.
{ lib, pkgs, config, ... }: let
cfg = config.services.private-storage-issuer;
zkapissuer = import ../pkgs/zkapissuer {};
zkapissuer = pkgs.callPackage ../pkgs/zkapissuer { };
in {
imports = [
# Give it a good SSH configuration.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment