From 28ec5c73d403394b7a52b8e5a347a72f2ac0ad99 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sun, 5 Oct 2025 15:36:26 +0200 Subject: [PATCH] format code --- modules/nixos/hydra-auto-upgrade.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/nixos/hydra-auto-upgrade.nix b/modules/nixos/hydra-auto-upgrade.nix index 7faee75..ac26059 100644 --- a/modules/nixos/hydra-auto-upgrade.nix +++ b/modules/nixos/hydra-auto-upgrade.nix @@ -11,7 +11,10 @@ in { system.hydraAutoUpgrade = { enable = lib.mkEnableOption "periodic hydra-based auto upgrade"; operation = lib.mkOption { - type = lib.types.enum ["switch" "boot"]; + type = lib.types.enum [ + "switch" + "boot" + ]; default = "switch"; }; dates = lib.mkOption {