diff options
| author | Theofilos Augoustis <theofilos.augoustis@tum.de> | 2025-08-28 13:29:25 +0000 |
|---|---|---|
| committer | Theofilos Augoustis <theofilos.augoustis@tum.de> | 2025-08-28 13:29:25 +0000 |
| commit | 4bcee933ed1894b3ead6e5dc4c6f993cf769b523 (patch) | |
| tree | 30ecfa2ce98474fd4447d2dcf1814d4c16661602 /flake.nix | |
| parent | 7e46de2da5f4d99ab672f5609b0142a4915498fc (diff) | |
| download | focaccia-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.nix | 5 |
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"; |