Skip to content

Commit

Permalink
Add example of overriding Tex distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Samasaur1 committed Jan 28, 2024
1 parent 29421a0 commit 4aa1609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ in
package = mkOption {
default = pkgs.callPackage ./. { texlive = pkgs.texliveFull; };
defaultText = "remote-text-server";
example = "inputs.remote-text-server.packages.${pkgs.system}.default.override { texlive = pkgs.texliveMinimal; }";
description = "The remote-text-server package to use";
type = types.package;
};
Expand Down

0 comments on commit 4aa1609

Please sign in to comment.