try fix script

This commit is contained in:
2025-03-17 12:31:04 +04:00
parent c271bd731d
commit 95f264f4b8

View File

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