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";