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