flake: packages: export sdbus-cpp_2

This commit is contained in:
Jacob Birkett 2024-10-27 18:58:56 -07:00 committed by Mihai Fufezan
parent b15018fc56
commit 8b14505c4d

View file

@ -49,7 +49,7 @@
overlays = import ./nix/overlays.nix {inherit self inputs lib;};
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;
});