fix(clan-cli): fix cross system

This commit is contained in:
r17x
2025-02-26 14:27:00 +07:00
parent dfb5e5123f
commit 456b25c921

View File

@@ -74,7 +74,7 @@ class Machine:
let
flake = builtins.getFlake("path:{self.flake.store_path}?narHash={self.flake.hash}");
in
flake.inputs.nixpkgs.legacyPackages.{self.system}.runCommandNoCC "clan-can-build-{int(time())}" {{ }} "touch $out").drvPath
(flake.inputs.nixpkgs.legacyPackages.{self.system}.runCommandNoCC "clan-can-build-{int(time())}" {{ }} "touch $out").drvPath
"""
unsubstitutable_drv = json.loads(