mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-21 22:25:58 +01:00
flake: packages: export sdbus-cpp_2
This commit is contained in:
parent
b15018fc56
commit
8b14505c4d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
overlays = import ./nix/overlays.nix {inherit self inputs lib;};
|
overlays = import ./nix/overlays.nix {inherit self inputs lib;};
|
||||||
|
|
||||||
packages = eachSystem (system: {
|
packages = eachSystem (system: {
|
||||||
inherit (pkgsFor.${system}) xdg-desktop-portal-hyprland;
|
inherit (pkgsFor.${system}) xdg-desktop-portal-hyprland sdbus-cpp_2;
|
||||||
default = self.packages.${system}.xdg-desktop-portal-hyprland;
|
default = self.packages.${system}.xdg-desktop-portal-hyprland;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue