From 0c7c204324c6a475af709508fc1dceeb649915f0 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Tue, 24 May 2022 14:48:36 +0200 Subject: [PATCH] Fix typo --- modules/texlive.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/texlive.nix b/modules/texlive.nix index f7edb4e..6a67e59 100644 --- a/modules/texlive.nix +++ b/modules/texlive.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs }: +{ config, lib, pkgs, ... }: with lib; { options.elss.texlive = { enable = mkEnableOption "configure texlife on the system";