From fff678173ed3315302b8807f2e2058aacfefb01b Mon Sep 17 00:00:00 2001 From: Sam Peters Date: Wed, 6 Dec 2023 11:03:17 -0600 Subject: [PATCH] chore(pay): update flake.nix --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 8f9b7aabf0..75e96d0d2d 100644 --- a/flake.nix +++ b/flake.nix @@ -218,6 +218,7 @@ api-cron = tscDerivation {pkgName = "api-cron";}; consent = nextDerivation {pkgName = "consent";}; dashboard = nextDerivation {pkgName = "dashboard";}; + pay = nextDerivation {pkgName = "pay";}; api-keys = rustDerivation {pkgName = "api-keys";}; dockerImage = dockerTools.buildImage {