Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-09-16 14:23:33 +03:00
parent ebd79d510b
commit 668e55df2a

View File

@@ -43,10 +43,9 @@
prootPatched
];
};
# resolve these now so we can hardcode into the runner
appBinGuess = "${drv}/bin";
prootBin = "${prootPatched}/bin/proot";
PROOT_REL = "/nix/store/${builtins.baseNameOf (builtins.dirOf prootBin)}/bin/proot";
prootStoreBase = builtins.baseNameOf prootPatched;
PROOT_REL = "/nix/store/${prootStoreBase}/bin/proot";
in
pkgs.stdenvNoCC.mkDerivation {
name = "myApp.run";