From c271bd731d17d865da01e1759022b3324766532e Mon Sep 17 00:00:00 2001 From: Nikkuss Date: Mon, 17 Mar 2025 12:30:07 +0400 Subject: [PATCH] try fix script --- lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.nix b/lib.nix index 1aa8fcd..1af7dff 100644 --- a/lib.nix +++ b/lib.nix @@ -1,7 +1,7 @@ { pkgs }: let inherit (pkgs) lib; - runtime = ".compose"; + runtime = "$pwd/.compose"; in { mkWrapper =