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