From 79bc2bcc722eb370b5ae4cc131fe1aa2afc9a39f Mon Sep 17 00:00:00 2001 From: Nikkuss Date: Mon, 17 Mar 2025 12:40:36 +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 e6836b6..6191a51 100644 --- a/lib.nix +++ b/lib.nix @@ -1,7 +1,7 @@ { pkgs }: let inherit (pkgs) lib; - runtime = ".compose"; + runtime = builtins.toString ./. + "/.compose"; in { mkWrapper =