diff --git a/flakeModule.nix b/flakeModule.nix index 57b300f..8f2330e 100644 --- a/flakeModule.nix +++ b/flakeModule.nix @@ -73,7 +73,7 @@ hooks = mkNullOption (types.attrs); id_tokens = mkNullOption (types.attrs); "inherit" = mkNullOption (types.attrs); - interruptile = mkNullOption (types.bool); + interruptible = mkNullOption (types.bool); needs = mkNullOption (types.listOf types.str); publish = mkNullOption (types.str); pages = mkNullOption (types.attrs);