fix script

This commit is contained in:
2025-03-17 13:09:28 +04:00
parent 405227bf7a
commit e201b01369

View File

@@ -1,7 +1,8 @@
{ pkgs }: { pkgs }:
let let
inherit (pkgs) lib; inherit (pkgs) lib;
runtime = ".compose"; pwd = pkgs.runCommand "pwd" { } "realpath .compose>$out";
runtime = builtins.readFile pwd;
in in
{ {
mkWrapper = mkWrapper =