From 4db5d62e09df450ce690d828d6d47f796c34059e Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 1 Sep 2024 01:16:27 +0200 Subject: [PATCH] updated flake dependencies --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a662db8..3d5acd9 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ executableHaskellDepends = with pkgs.haskellPackages; [ base blaze-builder blaze-html bytestring http-types ihp-hsx sqlite-simple text time utf8-string uuid wai warp directory - aeson split + aeson split password cryptonie string-random ]; license = "unknown"; mainProgram = "homepage";