From 08c1efd52bf7f017c33ffd58f9256ccc284481d1 Mon Sep 17 00:00:00 2001 From: "@crashkeys.dev" Date: Tue, 4 Nov 2025 15:49:23 +0100 Subject: [PATCH] nix: bugfix in service options. Signed-off-by: @crashkeys.dev --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0c14470..5126f60 100644 --- a/flake.nix +++ b/flake.nix @@ -61,7 +61,7 @@ crashkeys.services.audsite = { enable = lib.mkEnableOption "Enables the crashkeys.dev web server"; system = lib.mkOption { - type = lib.types.enum [ supportedSystems ]; + type = lib.types.enum supportedSystems; example = "x86_64-linux"; description = "The architecture of the system for which to run the web server."; }; -- 2.51.2