diff options
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 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"; |