fix callPackage for stable users
This commit is contained in:
parent
b72a62e202
commit
fffcb7f9bb
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue