about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorTheofilos Augoustis <theofilos.augoustis@tum.de>2025-08-28 13:10:44 +0000
committerTheofilos Augoustis <theofilos.augoustis@tum.de>2025-08-28 13:10:44 +0000
commit7e46de2da5f4d99ab672f5609b0142a4915498fc (patch)
tree8a569cf895d4e9d61030c3e08dcc30e7a2c2c42f /flake.nix
parent301c2d39449089d965d03353831148294a192c4f (diff)
downloadfocaccia-7e46de2da5f4d99ab672f5609b0142a4915498fc.tar.gz
focaccia-7e46de2da5f4d99ab672f5609b0142a4915498fc.zip
Move capture transforms tool to our current setup
Diffstat (limited to '')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index af3cd11..25b5aec 100644
--- a/flake.nix
+++ b/flake.nix
@@ -219,6 +219,11 @@
 				program = "${packages.default}/bin/convert";
 			};
 
+			capture-transforms = {
+				type = "app";
+				program = "${packages.default}/bin/capture-transforms";
+			};
+
 			# Useful for synchronize the uv lockfile
 			uv-sync = {
 				type = "app";