From fd452f0f051e4791a4363ad4d04187a9a1c8ff62 Mon Sep 17 00:00:00 2001 From: satr14 Date: Sun, 19 Jul 2026 18:30:35 +0700 Subject: [PATCH] fix naming --- modules/system/homelab/cdn.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/cdn.nix b/modules/system/homelab/cdn.nix index af13867..cce2941 100644 --- a/modules/system/homelab/cdn.nix +++ b/modules/system/homelab/cdn.nix @@ -1,5 +1,5 @@ { pkgs, ... }: let - python = pkgs.python3.withPackages (ps: with ps; [ pillow argon2 ]); + python = pkgs.python3.withPackages (ps: with ps; [ pillow argon2-cffi ]); script = let version = "v1.20.18"; in pkgs.fetchurl {