s/pkgs.system/pkgs.hostPlatform.system/g

This commit is contained in:
Cole Mickens 2022-12-29 22:19:15 -08:00 committed by Mihai Fufezan
parent a33ecec61e
commit 0b26b1eed6
3 changed files with 6 additions and 6 deletions

View file

@ -57,8 +57,8 @@
mesonFlags = oldAttrs.mesonFlags ++ ["-Dexperimental=true"];
});
xdg-desktop-portal-hyprland = inputs.xdph.packages.${prev.system}.default.override {
hyprland-share-picker = inputs.xdph.packages.${prev.system}.hyprland-share-picker.override {inherit hyprland;};
xdg-desktop-portal-hyprland = inputs.xdph.packages.${prev.hostPlatform.system}.default.override {
hyprland-share-picker = inputs.xdph.packages.${prev.hostPlatform.system}.hyprland-share-picker.override {inherit hyprland;};
};
};