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 =