try fix script

This commit is contained in:
2025-03-17 12:30:07 +04:00
parent 5fcbcae71a
commit c271bd731d

View File

@@ -1,7 +1,7 @@
{ pkgs }:
let
inherit (pkgs) lib;
runtime = ".compose";
runtime = "$pwd/.compose";
in
{
mkWrapper =