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:29:25 +0000
committerTheofilos Augoustis <theofilos.augoustis@tum.de>2025-08-28 13:29:25 +0000
commit4bcee933ed1894b3ead6e5dc4c6f993cf769b523 (patch)
tree30ecfa2ce98474fd4447d2dcf1814d4c16661602 /flake.nix
parent7e46de2da5f4d99ab672f5609b0142a4915498fc (diff)
downloadfocaccia-ta/tool-refactor.tar.gz
focaccia-ta/tool-refactor.zip
Move qemu validator tool to our current setup ta/tool-refactor
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 25b5aec..b199e83 100644
--- a/flake.nix
+++ b/flake.nix
@@ -224,6 +224,11 @@
 				program = "${packages.default}/bin/capture-transforms";
 			};
 
+			validate-qemu = {
+				type = "app";
+				program = "${packages.default}/bin/validate-qemu";
+			};
+
 			# Useful for synchronize the uv lockfile
 			uv-sync = {
 				type = "app";