mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-18 13:59:23 +08:00
fix typo getExec
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
|
||||
mkApp = { pkgs, buildSystem, targetSystem ? buildSystem }:
|
||||
let
|
||||
himalaya = lib.getExec self.packages.${buildSystem}.${targetSystem};
|
||||
himalaya = lib.getExe self.packages.${buildSystem}.${targetSystem};
|
||||
wrapper = crossSystems.${buildSystem}.${targetSystem}.runner or (_: himalaya) {
|
||||
inherit pkgs himalaya;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user