From cc5d1280ea05a68be3d4e3323d63908929feeb70 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Thu, 3 Jul 2025 12:38:06 +0200 Subject: [PATCH] Rust template flake bit --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) 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; };