From 8b14505c4d5a739c6050c9d0d0fb3e0f0e90b3de Mon Sep 17 00:00:00 2001 From: Jacob Birkett Date: Sun, 27 Oct 2024 18:58:56 -0700 Subject: [PATCH] flake: packages: export sdbus-cpp_2 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5d484a3..7151320 100644 --- a/flake.nix +++ b/flake.nix @@ -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; });