From f39e78d519d4f6e69b6d2345916532c53c0fdcd7 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 13 May 2026 22:45:52 +0100 Subject: [PATCH] Maybe fix hyprland v2_final --- settings/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index b7eee8a..9edb73f 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -12,7 +12,8 @@ let (p: lib.hasInfix "gcc-15" p && lib.hasSuffix "-lib" p) (lib.splitString "\n" (lib.removeSuffix "\n" - (builtins.readFile (pkgs.writeReferencesToFile hyprutils))))); + (builtins.readFile + "${pkgs.closureInfo { rootPaths = [ hyprutils ]; }}/store-paths")))); hyprland-wrapped = (pkgs.symlinkJoin { name = hyprland-pkgs.hyprland.name;