try fix script

This commit is contained in:
2025-03-17 12:40:36 +04:00
parent b0f6a95e55
commit 79bc2bcc72

View File

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