summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/surtr/email/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/surtr/email/default.nix b/hosts/surtr/email/default.nix
index c10f611f..4196a8bc 100644
--- a/hosts/surtr/email/default.nix
+++ b/hosts/surtr/email/default.nix
@@ -23,6 +23,8 @@ let
23 ccert-policy-server = 23 ccert-policy-server =
24 with pkgs.poetry2nix; 24 with pkgs.poetry2nix;
25 mkPoetryApplication { 25 mkPoetryApplication {
26 python = pkgs.python311;
27
26 projectDir = cleanPythonSources { src = ./ccert-policy-server; }; 28 projectDir = cleanPythonSources { src = ./ccert-policy-server; };
27 29
28 overrides = overrides.withDefaults (self: super: { 30 overrides = overrides.withDefaults (self: super: {