fix callPackage for stable users

This commit is contained in:
atagen 2025-08-25 00:59:57 +10:00
parent b72a62e202
commit fffcb7f9bb

View file

@ -197,7 +197,9 @@ in
after = [ "arbys-prep.service" ];
script =
let
linker = lib.getExe (pkgs.smfh or (pkgs.rustPlatform.buildRustPackage ./smfh.nix { }));
linker = lib.getExe (
pkgs.smfh or (pkgs.callPackage (pkgs.rustPlatform.buildRustPackage ./smfh.nix { }))
);
in
''
new_manifest=${manifest}