From a1f6951cfcfe73cb4d095ddbb7c5fa311e4828e4 Mon Sep 17 00:00:00 2001 From: Reed Krantz Date: Mon, 20 Jul 2026 16:35:34 -0500 Subject: [PATCH] chore: added an outputName for the derivation --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index f3bc53d..3113254 100644 --- a/flake.nix +++ b/flake.nix @@ -29,6 +29,8 @@ krantz.cad = { enable = true; builder = ./build.py; + + outputName = "convention-tools"; }; }; };