From f0b6714539c52ca6fb9cb278584854df2c66876c Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Tue, 20 Jan 2026 13:26:10 +0200 Subject: [PATCH] Nix: re-enable hyprpm --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index adbee152..b458247e 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -90,6 +90,7 @@ in ../assets/install ../hyprctl ../hyprland.pc.in + ../hyprpm ../LICENSE ../protocols ../src @@ -199,7 +200,6 @@ in "NO_SYSTEMD" = !withSystemd; "CMAKE_DISABLE_PRECOMPILE_HEADERS" = true; "NO_UWSM" = !withSystemd; - "NO_HYPRPM" = true; "TRACY_ENABLE" = false; "WITH_TESTS" = withTests; };