diff --git a/flake.nix b/flake.nix index e0a61bc..7078c02 100644 --- a/flake.nix +++ b/flake.nix @@ -25,6 +25,11 @@ description = "A somewhat 'crude' looking typst template"; }; + rust = { + path = ./rust; + description = "A simple rust flake"; + }; + }; defaultTemplate = self.templates.trivial; };