summaryrefslogtreecommitdiff
path: root/pkgs/astal/builder.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkgs/astal/builder.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/astal/builder.nix b/pkgs/astal/builder.nix
index c4030f7..c48eaf5 100644
--- a/pkgs/astal/builder.nix
+++ b/pkgs/astal/builder.nix
@@ -46,8 +46,8 @@ in
extraPackages
++ [
lua
- astal.packages.${pkgs.system}.io
- astal.packages.${pkgs.system}.astal3
+ astal.packages.${pkgs.stdenv.hostPlatform.system}.io
+ astal.packages.${pkgs.stdenv.hostPlatform.system}.astal3
];
installPhase = ''