about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
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";