fix callPackage for stable users

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

View file

@ -197,7 +197,7 @@ 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 ./smfh.nix { }));
in
''
new_manifest=${manifest}