@@ -1,7 +1,7 @@
{ pkgs }:
{ pkgs, pwd }:
let
inherit (pkgs) lib;
runtime = builtins.toString ./. + "/.compose";
runtime = builtins.toString pwd + "/.compose";
in
{
mkWrapper =
The note is not visible to the blocked user.