From a35e4f402e5028ca887341ccddc7ec263af4d028 Mon Sep 17 00:00:00 2001 From: atagen Date: Mon, 25 Aug 2025 00:59:57 +1000 Subject: [PATCH] fix callPackage for stable users --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index c3c89a3..c2d1467 100644 --- a/default.nix +++ b/default.nix @@ -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}