From 85f1c033c4a489e3e38cd1af0c0495b273f2e727 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Sun, 22 Feb 2026 22:30:47 -0600 Subject: Initial commit --- flake.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 flake.nix (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..d17aca5 --- /dev/null +++ b/flake.nix @@ -0,0 +1,19 @@ +{ + description = "TeX devShell for flake-parts"; + + inputs = { + flake-parts.url = "github:hercules-ci/flake-parts"; + systems.url = "github:nix-systems/default"; + }; + + outputs = inputs @ { self, flake-parts, ... }: flake-parts.lib.mkFlake { inherit self inputs; } { + systems = import inputs.systems; + + flake.flakeModules.default = ./module.nix; + + flake.templates.default = { + path = ./template; + description = "TeX-utils default template"; + }; + }; +} -- cgit v1.2.3