From 0f55fc4762348d5a8942571e07b08c786b38b53c Mon Sep 17 00:00:00 2001 From: Jean-Marie 'Histausse' Mineau Date: Mon, 12 Feb 2024 22:54:53 +0100 Subject: [PATCH] fix typo --- pp-forgejo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pp-forgejo.nix b/pp-forgejo.nix index 6ad979d..3d9eb42 100644 --- a/pp-forgejo.nix +++ b/pp-forgejo.nix @@ -36,7 +36,7 @@ in description = "The file containing the database password. Be sure to secure it."; }; actionsEnabled = mkOption { - type: types.bool; + type = types.bool; default = false; description = "Enable the use of actions"; };